Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h141 static const char *rootRegion; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp81 const char *LocaleConfig::rootRegion = "regions"; member in OHOS::Global::I18n::LocaleConfig
825 if (!cur || xmlStrcmp(cur->name, reinterpret_cast<const xmlChar *>(rootRegion))) { in ReadRegionData()