Home
last modified time | relevance | path

Searched refs:suggestionType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/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 > item2.suggestionType) { in SortLocaleItemList()
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dsystem_locale_manager_addon.cpp332 localeItem.suggestionType)); in CreateLocaleItem()
340 …i_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()
/ohos5.0/base/global/i18n/interfaces/js/kits/include/
H A Dsystem_locale_manager_addon.h48 static napi_value CreateSuggestionType(napi_env env, SuggestionType suggestionType);
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dsystem_locale_manager.h44 SuggestionType suggestionType; member
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-global.md10 |新增|NA|类名:LocaleItem;<br>方法or属性:suggestionType: SuggestionType;|@ohos.i18n.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-global.md10 |Added|NA|Class name: LocaleItem;<br>Method or attribute name: suggestionType: SuggestionType;|@oho…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Djs-apis-i18n-sys.md507 | suggestionType | [SuggestionType](#suggestiontype10) | 是 | 语言或国家地区推荐类型。 |
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Djs-apis-i18n-sys.md507 | suggestionType | [SuggestionType](#suggestiontype10) | Yes | Language or country/region sugge…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-global.md17 |新增|NA|类名:LocaleItem;<br>方法or属性:suggestionType: SuggestionType;|@ohos.i18n.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-global.md17 |Added|NA|Class name: LocaleItem;<br>Method or attribute name: suggestionType: SuggestionType;|@oho…