Home
last modified time | relevance | path

Searched refs:NAME_TAG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dtaboo.h75 static const char* NAME_TAG; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dtaboo.cpp31 const char* Taboo::NAME_TAG = "name"; member in OHOS::Global::I18n::Taboo
153 const xmlChar* nameTag = reinterpret_cast<const xmlChar*>(NAME_TAG); in ParseTabooData()