Lines Matching refs:Intl
181 locale = Intl::ToLanguageTag(new_icu_locale).FromJust();
184 locale = Intl::ToLanguageTag(icu_locale).FromJust();
187 locale = Intl::ToLanguageTag(icu_locale).FromJust();
283 Intl::CanonicalizeLocaleList(isolate, locales);
305 Maybe<Intl::MatcherOption> maybe_locale_matcher =
306 Intl::GetLocaleMatcher(isolate, options, service);
308 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust();
363 Maybe<Intl::ResolvedLocale> maybe_resolve_locale =
364 Intl::ResolveLocale(isolate, JSCollator::GetAvailableLocales(),
370 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust();
394 // The Intl spec doesn't allow us to use "search" as an extension
409 Intl::IsValidCollation(icu_locale, collation_str.get())) {
420 // demand, as part of Intl.Collator.prototype.resolvedOptions.
563 Intl::ToLanguageTag(icu_available_locales[i]).FromJust());
566 set_ = Intl::BuildLocaleSet(locales, U_ICUDATA_COLL, nullptr);