Lines Matching refs:Intl
251 if (!Intl::IsWellFormedCurrency(code_str)) {
272 if (!Intl::IsWellFormedCalendar(code_str)) {
392 // ecma402 #sec-Intl.DisplayNames
397 const char* service = "Intl.DisplayNames";
403 Intl::CanonicalizeLocaleList(isolate, locales);
420 Maybe<Intl::MatcherOption> maybe_locale_matcher =
421 Intl::GetLocaleMatcher(isolate, options, service);
425 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust();
427 // ecma402/#sec-Intl.DisplayNames-internal-slots
433 Maybe<Intl::ResolvedLocale> maybe_resolve_locale =
434 Intl::ResolveLocale(isolate, JSDisplayNames::GetAvailableLocales(),
440 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust();
546 // ecma402 #sec-Intl.DisplayNames.prototype.resolvedOptions
555 Maybe<std::string> maybe_locale = Intl::ToLanguageTag(internal->locale());
596 // ecma402 #sec-Intl.DisplayNames.prototype.of
611 return Intl::ToString(isolate, result).ToHandleChecked();
624 static base::LazyInstance<Intl::AvailableLocales<CheckCalendar>>::type