Home
last modified time | relevance | path

Searched defs:candidateLocales (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dpreferred_language.cpp111 std::vector<LocaleInfo*> candidateLocales; in GetMatchedLanguage() local
H A Dlocale_matcher.cpp30 const std::vector<LocaleInfo*>& candidateLocales) in GetBestMatchedLocale()
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp317 …ProcessJsParamLocaleList(napi_env env, napi_value argv, std::vector<LocaleInfo*> &candidateLocales, in ProcessJsParamLocaleList()
346 void ReleaseParam(LocaleInfo *locale, std::vector<LocaleInfo*> &candidateLocales) in ReleaseParam()
369 std::vector<LocaleInfo*> candidateLocales; in GetBestMatchLocale() local
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1432 std::vector<LocaleInfo*> candidateLocales; variable