Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h140 static const char *secondRootTag; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp80 const char *LocaleConfig::secondRootTag = "lang"; member in OHOS::Global::I18n::LocaleConfig
769 …while (cur != nullptr && !xmlStrcmp(cur->name, reinterpret_cast<const xmlChar *>(secondRootTag))) { in ReadLangData()