Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/zone/test/unittest/
Dzone_util_performance_test.cpp60 string countries[] = { "JP", "KR" }; variable
86 string countries[] = { "CN", "US" }; variable
Dzone_util_test.cpp55 string countries[] = { "CN", "US", "cn", "us", "fake", "GB" }; variable
73 string countries[] = { "CN", "US", "fake" }; variable
/base/global/i18n/frameworks/intl/test/unittest/
Dlocale_config_test.cpp132 vector<string> countries; variable
Dintl_test.cpp2125 const std::vector<std::string> countries = {"US", "GB", "DE", "CA"}; variable
/base/global/i18n/frameworks/intl/src/
Dsystem_locale_manager.cpp91 …tor<LocaleItem> SystemLocaleManager::GetCountryInfoArray(const std::vector<std::string> &countries, in GetCountryInfoArray()
Dlocale_config.cpp523 vector<string> countries { region }; in IsSuggested() local
536 …id LocaleConfig::GetRelatedLocales(unordered_set<string> &relatedLocales, vector<string> countries) in GetRelatedLocales()