Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dsystem_locale_manager_addon.cpp46 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::SystemLocaleManagerAddon
175 …std::vector<LocaleItem> localeItemList = obj->systemLocaleManager_->GetCountryInfoArray(countryLis… in GetCountryInfoArray()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/systemlocalemanager_fuzzer/
H A Dsystemlocalemanager_fuzzer.cpp38 systemLocaleManager->GetCountryInfoArray(languages, sortOptions, status); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Dsystem_locale_manager_addon.h38 static napi_value GetCountryInfoArray(napi_env env, napi_callback_info info);
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dsystem_locale_manager.h106 …std::vector<LocaleItem> GetCountryInfoArray(const std::vector<std::string> &countries, const SortO…
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp93 std::vector<LocaleItem> SystemLocaleManager::GetCountryInfoArray(const std::vector<std::string> &co… in GetCountryInfoArray() function in OHOS::Global::I18n::SystemLocaleManager
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp348 …std::vector<LocaleItem> countryInfos = systemLocaleManager->GetCountryInfoArray(countries, sortOpt…