Home
last modified time | relevance | path

Searched refs:allValidLocales (Results 1 - 7 of 7) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dlocale_info.cpp28 std::set<std::string> LocaleInfo::allValidLocales = GetValidLocales();
34 std::set<std::string> allValidLocales; in GetValidLocales() local
37 allValidLocales.insert(validLocales[i].getLanguage()); in GetValidLocales()
40 allValidLocales.insert("in"); in GetValidLocales()
41 allValidLocales.insert("iw"); in GetValidLocales()
42 allValidLocales.insert("tl"); in GetValidLocales()
43 return allValidLocales; in GetValidLocales()
H A Dplural_rules.cpp115 if (LocaleInfo::allValidLocales.count(locale.getLanguage()) > 0) { in InitPluralRules()
H A Drelative_time_format.cpp70 if (LocaleInfo::allValidLocales.count(locale.getLanguage()) > 0) { in RelativeTimeFormat()
H A Dcollator.cpp85 if (LocaleInfo::allValidLocales.count(locale.getLanguage()) > 0) { in Collator()
H A Dnumber_format.cpp102 if (LocaleInfo::allValidLocales.count(locale.getLanguage()) > 0) { in NumberFormat()
H A Ddate_time_format.cpp67 if (LocaleInfo::allValidLocales.count(locale.getLanguage()) > 0) { in DateTimeFormat()
/base/global/i18n/frameworks/intl/include/
H A Dlocale_info.h51 static std::set<std::string> allValidLocales; member in OHOS::Global::I18n::LocaleInfo

Completed in 6 milliseconds