Lines Matching refs:Intl
31 Intl::CanonicalizeLocaleList(isolate, locales);
46 Maybe<Intl::MatcherOption> maybe_locale_matcher =
47 Intl::GetLocaleMatcher(isolate, options, service);
49 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust();
51 Maybe<Intl::ResolvedLocale> maybe_resolve_locale =
52 Intl::ResolveLocale(isolate, JSV8BreakIterator::GetAvailableLocales(),
58 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust();
130 // Since the developer calling the Intl.v8BreakIterator already know the type,
199 Intl::SetTextToBreakIterator(isolate, text, break_iterator);
244 return Intl::GetAvailableLocales();