Home
last modified time | relevance | path

Searched defs:countries (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_performance_test.cpp60 string countries[] = { "JP", "KR" }; variable
86 string countries[] = { "CN", "US" }; variable
H A Dzone_util_test.cpp57 string countries[] = { "CN", "US", "cn", "us", "fake", "GB" }; variable
75 string countries[] = { "CN", "US", "fake" }; variable
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dlocale_config_test.cpp160 vector<string> countries; variable
H A Dintl_test_extent.cpp347 const std::vector<std::string> countries = {"US", "GB", "DE", "CN"}; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp93 …tor<LocaleItem> SystemLocaleManager::GetCountryInfoArray(const std::vector<std::string> &countries, in GetCountryInfoArray()
H A Dlocale_config.cpp448 vector<string> countries { region }; in IsSuggested() local
481 …id LocaleConfig::GetRelatedLocales(unordered_set<string> &relatedLocales, vector<string> countries) in GetRelatedLocales()