Lines Matching refs:Intl
74 Intl::CanonicalizeLocaleList(isolate, locales);
81 const char* service = "Intl.RelativeTimeFormat";
90 Maybe<Intl::MatcherOption> maybe_locale_matcher =
91 Intl::GetLocaleMatcher(isolate, options, service);
93 Intl::MatcherOption matcher = maybe_locale_matcher.FromJust();
98 Maybe<bool> maybe_numberingSystem = Intl::GetNumberingSystem(
113 Maybe<Intl::ResolvedLocale> maybe_resolve_locale =
114 Intl::ResolveLocale(isolate, JSRelativeTimeFormat::GetAvailableLocales(),
120 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust();
134 Maybe<std::string> maybe_locale_str = Intl::ToLanguageTag(icu_locale);
143 Intl::IsValidNumberingSystem(numbering_system_str.get())) {
215 Intl::GetNumberingSystem(icu_locale).c_str());
397 return Intl::ToString(isolate, result);
405 isolate, substring, Intl::ToString(isolate, string, start, limit),
407 Intl::AddElement(isolate, array, index, isolate->factory()->literal_string(),
419 Intl::ToString(isolate, string, part.begin_pos, part.end_pos),
421 Intl::AddElement(isolate, array, index,
422 Intl::NumberFieldToType(isolate, part, string, is_nan),
501 "Intl.RelativeTimeFormat.prototype.format",
510 "Intl.RelativeTimeFormat.prototype.formatToParts", FormatToJSArray);
516 return Intl::GetAvailableLocalesForDateFormat();