Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h134 static const char *SUPPORT_LOCALES_PATH; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp68 const char *LocaleConfig::SUPPORT_LOCALES_PATH = "/etc/ohos_lang_config/supported_locales.xml"; member in OHOS::Global::I18n::LocaleConfig
589 GetListFromFile(SUPPORT_LOCALES_PATH, SUPPORT_LOCALES_NAME, supportLocales); in InitializeLists()
707 xmlDocPtr doc = xmlParseFile(SUPPORT_LOCALES_PATH); in ComputeLocale()