Searched defs:supportedRegions (Results 1 - 4 of 4) sorted by relevance
/base/global/i18n/frameworks/intl/include/ | ||
H A D | taboo.h | 54 static std::set<std::string> supportedRegions; member in OHOS::Global::I18n::Taboo |
H A D | locale_config.h | 262 static std::unordered_set<std::string> supportedRegions;
member in OHOS::Global::I18n::LocaleConfig |
/base/global/i18n/frameworks/intl/src/ | ||
H A D | taboo.cpp | 33 std::set<std::string> Taboo::supportedRegions; member in OHOS::Global::I18n::Taboo |
H A D | locale_config.cpp | 86 unordered_set<string> LocaleConfig::supportedRegions;
member in OHOS::Global::I18n::LocaleConfig 617 Split(reinterpret_cast<const char*>(content), ",", supportedRegions); in LoadRegionsLanguages() local |
Completed in 4 milliseconds