Home
last modified time | relevance | path

Searched refs:suggestionType (Results 1 - 4 of 4) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dsystem_locale_manager.cpp73 SuggestionType suggestionType = SuggestionType::SUGGESTION_TYPE_NONE; in GetLanguageInfoArray() local
75 suggestionType = SuggestionType::SUGGESTION_TYPE_SIM; in GetLanguageInfoArray()
77 suggestionType = SuggestionType::SUGGESTION_TYPE_RELATED; in GetLanguageInfoArray()
79 LocaleItem item { *it, suggestionType, languageDisplayName, languageNativeName }; in GetLanguageInfoArray()
113 SuggestionType suggestionType = SuggestionType::SUGGESTION_TYPE_NONE; in GetCountryInfoArray() local
115 suggestionType = SuggestionType::SUGGESTION_TYPE_RELATED; in GetCountryInfoArray()
117 LocaleItem item { *it, suggestionType, regionDisplayName, pseudoProcessedRegion }; in GetCountryInfoArray()
134 if (item1.suggestionType < item2.suggestionType) { in SortLocaleItemList()
136 } else if (item1.suggestionType > item in SortLocaleItemList()
[all...]
/base/global/i18n/frameworks/intl/include/
H A Dsystem_locale_manager.h44 SuggestionType suggestionType; member
/base/global/i18n/interfaces/js/kits/include/
H A Dsystem_locale_manager_addon.h48 static napi_value CreateSuggestionType(napi_env env, SuggestionType suggestionType);
/base/global/i18n/interfaces/js/kits/src/
H A Dsystem_locale_manager_addon.cpp331 status = napi_set_named_property(env, result, "suggestionType", CreateSuggestionType(env, in CreateLocaleItem()
332 localeItem.suggestionType)); in CreateLocaleItem()
334 HILOG_ERROR_I18N("Failed to set element suggestionType."); in CreateLocaleItem()
340 napi_value SystemLocaleManagerAddon::CreateSuggestionType(napi_env env, SuggestionType suggestionType) in CreateSuggestionType() argument
343 napi_status status = napi_create_int32(env, static_cast<int32_t>(suggestionType), &result); in CreateSuggestionType()

Completed in 2 milliseconds