Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dtaboo.h74 static const char* ITEM_TAG; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dtaboo.cpp30 const char* Taboo::ITEM_TAG = "item"; member in OHOS::Global::I18n::Taboo
155 … while (cur != nullptr && xmlStrcmp(cur->name, reinterpret_cast<const xmlChar*>(ITEM_TAG)) == 0) { in ParseTabooData()