Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h142 static const char *secondRootRegion; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp82 const char *LocaleConfig::secondRootRegion = "region"; member in OHOS::Global::I18n::LocaleConfig
831 …le (cur != nullptr && !xmlStrcmp(cur->name, reinterpret_cast<const xmlChar *>(secondRootRegion))) { in ReadRegionData()