Lines Matching refs:Intl
32 Intl::CanonicalizeLocaleList(isolate, locales);
38 const char* service = "Intl.Segmenter";
48 Maybe<Intl::MatcherOption> maybe_locale_matcher =
49 Intl::GetLocaleMatcher(isolate, options, service);
51 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust();
57 Maybe<Intl::ResolvedLocale> maybe_resolve_locale =
58 Intl::ResolveLocale(isolate, JSSegmenter::GetAvailableLocales(),
64 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust();
126 // ecma402 #sec-Intl.Segmenter.prototype.resolvedOptions
172 return Intl::GetAvailableLocales();