Lines Matching defs:locale
77 …String> JSLocale::CanonicalizeUnicodeLocaleId(JSThread *thread, const JSHandle<EcmaString> &locale) in CanonicalizeUnicodeLocaleId()
303 const std::string &locale) in BestAvailableLocale()
344 JSMutableHandle<EcmaString> locale(thread, JSTaggedValue::Undefined()); in LookupMatcher() local
381 std::string locale = JSLocale::ConvertToStdString(JSLocale::DefaultLocale(thread)); in BuildLocaleMatcher() local
471 JSMutableHandle<EcmaString> locale(thread, JSTaggedValue::Undefined()); in BestFitSupportedLocales() local
491 JSHandle<EcmaString> JSLocale::ToLanguageTag(JSThread *thread, const icu::Locale &locale) in ToLanguageTag()
777 JSMutableHandle<EcmaString> locale(thread, JSTaggedValue::Undefined()); in ResolveLocale() local
932 for (const std::string &locale : icuAvailableLocales) { in ConstructLocaleList() local
1122 icu::Locale locale = builder->build(status); in BuildOptionsTags() local
1229 JSHandle<JSLocale> JSLocale::InitializeLocale(JSThread *thread, const JSHandle<JSLocale> &locale, in InitializeLocale()
1320 …dle<EcmaString> JSLocale::NormalizeKeywordValue(JSThread *thread, const JSHandle<JSLocale> &locale, in NormalizeKeywordValue()
1340 JSHandle<EcmaString> JSLocale::ToString(JSThread *thread, const JSHandle<JSLocale> &locale) in ToString()
1369 icu::Locale locale(locStr.c_str()); in GetAvailableLocales() local