Lines Matching refs:Intl
71 Intl::CanonicalizeLocaleList(isolate, locales);
78 const char* service = "Intl.PluralRules";
86 Maybe<Intl::MatcherOption> maybe_locale_matcher =
87 Intl::GetLocaleMatcher(isolate, options, service);
89 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust();
108 Maybe<Intl::ResolvedLocale> maybe_resolve_locale =
109 Intl::ResolveLocale(isolate, JSPluralRules::GetAvailableLocales(),
115 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust();
140 Maybe<Intl::NumberFormatDigitOptions> maybe_digit_options =
141 Intl::SetNumberFormatDigitOptions(isolate, options, 0, 3, false);
143 Intl::NumberFormatDigitOptions digit_options = maybe_digit_options.FromJust();
208 return Intl::ToString(isolate, result);
228 return Intl::ToString(isolate, result);