Searched refs:GetCountryInfoArray (Results 1 – 6 of 6) sorted by relevance
46 DECLARE_NAPI_FUNCTION("getRegionInfoArray", GetCountryInfoArray), in InitSystemLocaleManager()146 napi_value SystemLocaleManagerAddon::GetCountryInfoArray(napi_env env, napi_callback_info info) in GetCountryInfoArray() function in OHOS::Global::I18n::SystemLocaleManagerAddon175 …std::vector<LocaleItem> localeItemList = obj->systemLocaleManager_->GetCountryInfoArray(countryLis… in GetCountryInfoArray()
38 systemLocaleManager->GetCountryInfoArray(languages, sortOptions, status); in DoSomethingInterestingWithMyAPI()
38 static napi_value GetCountryInfoArray(napi_env env, napi_callback_info info);
106 …std::vector<LocaleItem> GetCountryInfoArray(const std::vector<std::string> &countries, const SortO…
93 std::vector<LocaleItem> SystemLocaleManager::GetCountryInfoArray(const std::vector<std::string> &co… in GetCountryInfoArray() function in OHOS::Global::I18n::SystemLocaleManager
348 …std::vector<LocaleItem> countryInfos = systemLocaleManager->GetCountryInfoArray(countries, sortOpt…