Home
last modified time | relevance | path

Searched refs:countryList (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dsystem_locale_manager_addon.cpp161 std::vector<std::string> countryList; in GetCountryInfoArray() local
162 …ool isSuccess = VariableConvertor::GetStringArrayFromJsParam(env, argv[0], "regions", countryList); in GetCountryInfoArray()
175 …leItem> localeItemList = obj->systemLocaleManager_->GetCountryInfoArray(countryList, options, err); in GetCountryInfoArray()