Home
last modified time | relevance | path

Searched refs:supportedDialectLocales (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp132 std::map<std::string, std::string> LocaleConfig::supportedDialectLocales; member in OHOS::Global::I18n::LocaleConfig
704 if (supportedDialectLocales.size() == 0) { in ComputeLocale()
737 if (supportedDialectLocales.find(maximizeLocale) != supportedDialectLocales.end()) { in ComputeLocale()
738 return supportedDialectLocales.at(maximizeLocale); in ComputeLocale()
746 supportedDialectLocales.insert( in SetSupportedDialectLocales()
/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h271 static std::map<std::string, std::string> supportedDialectLocales; member in OHOS::Global::I18n::LocaleConfig

Completed in 4 milliseconds