Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h152 static const char *REGION_PATH; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp78 const char *LocaleConfig::REGION_PATH = "/system/usr/ohos_locale_config/region/"; member in OHOS::Global::I18n::LocaleConfig
902 std::string xmlPath = REGION_PATH + displayLocale + ".xml"; in GetDisplayOverrideRegion()