Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/test/fuzztest/systemlocalemanager_fuzzer/
H A Dsystemlocalemanager_fuzzer.cpp38 systemLocaleManager->GetCountryInfoArray(languages, sortOptions, status); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/include/
H A Dsystem_locale_manager.h106 std::vector<LocaleItem> GetCountryInfoArray(const std::vector<std::string> &countries, const SortOptions &options,
/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);
/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
171 HILOG_ERROR_I18N("GetCountryInfoArray: Get SystemLocaleManager object failed"); in GetCountryInfoArray()
175 std::vector<LocaleItem> localeItemList = obj->systemLocaleManager_->GetCountryInfoArray(countryList, options, err); in GetCountryInfoArray()
/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp93 std::vector<LocaleItem> SystemLocaleManager::GetCountryInfoArray(const std::vector<std::string> &countries, in GetCountryInfoArray() function in OHOS::Global::I18n::SystemLocaleManager
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp349 std::vector<LocaleItem> countryInfos = systemLocaleManager->GetCountryInfoArray(countries, sortOptions, status); in HWTEST_F()

Completed in 7 milliseconds