Searched refs:IsSuggested (Results 1 - 7 of 7) sorted by relevance
/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/ |
H A D | localeconfigget_fuzzer.cpp | 35 LocaleConfig::IsSuggested(input); in DoSomethingInterestingWithMyAPI() 40 LocaleConfig::IsSuggested(firstInput, secondInput); in DoSomethingInterestingWithMyAPI()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | system_locale_manager.cpp | 67 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 D | locale_config.cpp | 427 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 ®ion)
in IsSuggested() function in OHOS::Global::I18n::LocaleConfig
|
/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | locale_config_test.cpp | 371 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 D | locale_config.h | 87 static bool IsSuggested(const std::string &language);
88 static bool IsSuggested(const std::string &language, const std::string ®ion);
|
/base/global/i18n/interfaces/js/kits/include/ |
H A D | i18n_system_addon.h | 48 static napi_value IsSuggested(napi_env env, napi_callback_info info);
|
/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_system_addon.cpp | 141 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