Home
last modified time | relevance | path

Searched refs:IsSuggested (Results 1 - 7 of 7) sorted by relevance

/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/
H A Dlocaleconfigget_fuzzer.cpp35 LocaleConfig::IsSuggested(input); in DoSomethingInterestingWithMyAPI()
40 LocaleConfig::IsSuggested(firstInput, secondInput); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp67 bool isSuggestedWithSystemRegion = LocaleConfig::IsSuggested(*it, LocaleConfig::GetSystemRegion()); in GetLanguageInfoArray()
71 isSuggestedWithSimRegion = LocaleConfig::IsSuggested(*it, simRegion); in GetLanguageInfoArray()
112 bool isSuggestedRegion = LocaleConfig::IsSuggested(LocaleConfig::GetSystemLanguage(), *it); in GetCountryInfoArray()
H A Dlocale_config.cpp427 bool LocaleConfig::IsSuggested(const string &language) in IsSuggested() function in OHOS::Global::I18n::LocaleConfig
444 bool LocaleConfig::IsSuggested(const std::string &language, const std::string &region) in IsSuggested() function in OHOS::Global::I18n::LocaleConfig
/base/global/i18n/frameworks/intl/test/unittest/
H A Dlocale_config_test.cpp371 bool isSuggested = LocaleConfig::IsSuggested(language); in HWTEST_F()
374 isSuggested = LocaleConfig::IsSuggested(language, region); in HWTEST_F()
377 isSuggested = LocaleConfig::IsSuggested(fakeLanguage); in HWTEST_F()
/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h87 static bool IsSuggested(const std::string &language);
88 static bool IsSuggested(const std::string &language, const std::string &region);
/base/global/i18n/interfaces/js/kits/include/
H A Di18n_system_addon.h48 static napi_value IsSuggested(napi_env env, napi_callback_info info);
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp141 napi_value I18nSystemAddon::IsSuggested(napi_env env, napi_callback_info info) in IsSuggested() function in OHOS::Global::I18n::I18nSystemAddon
575 isSuggested = LocaleConfig::IsSuggested(languageBuf.data(), regionBuf.data()); in IsSuggestedImpl()
577 isSuggested = LocaleConfig::IsSuggested(languageBuf.data()); in IsSuggestedImpl()

Completed in 9 milliseconds