Searched refs:GetCountryInfoArray (Results 1 - 6 of 6) sorted by relevance
/base/global/i18n/frameworks/intl/test/fuzztest/systemlocalemanager_fuzzer/ |
H A D | systemlocalemanager_fuzzer.cpp | 38 systemLocaleManager->GetCountryInfoArray(languages, sortOptions, status); in DoSomethingInterestingWithMyAPI()
|
/base/global/i18n/frameworks/intl/include/ |
H A D | system_locale_manager.h | 106 std::vector<LocaleItem> GetCountryInfoArray(const std::vector<std::string> &countries, const SortOptions &options,
|
/base/global/i18n/interfaces/js/kits/include/ |
H A D | system_locale_manager_addon.h | 38 static napi_value GetCountryInfoArray(napi_env env, napi_callback_info info);
|
/base/global/i18n/interfaces/js/kits/src/ |
H A D | system_locale_manager_addon.cpp | 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::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 D | system_locale_manager.cpp | 93 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 D | intl_test_extent.cpp | 349 std::vector<LocaleItem> countryInfos = systemLocaleManager->GetCountryInfoArray(countries, sortOptions, status); in HWTEST_F()
|
Completed in 7 milliseconds