Searched refs:ITEM_TAG (Results 1 - 2 of 2) sorted by relevance
/base/global/i18n/frameworks/intl/include/ | ||
H A D | taboo.h | 74 static const char* ITEM_TAG; member in OHOS::Global::I18n::Taboo |
/base/global/i18n/frameworks/intl/src/ | ||
H A D | taboo.cpp | 30 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() |
Completed in 2 milliseconds