Lines Matching refs:Intl
518 isolate, timezone_value, Intl::ToString(isolate, canonical_time_zone),
600 std::string numbering_system = Intl::GetNumberingSystem(*icu_locale);
761 return Intl::ToString(isolate, result);
1038 Intl::LegacyUnwrapReceiver(isolate, format_holder, constructor,
1070 if (!Intl::IsValidTimeZoneName(*tz)) return std::unique_ptr<icu::TimeZone>();
1516 Intl::CanonicalizeLocaleList(isolate, locales);
1531 Maybe<Intl::MatcherOption> maybe_locale_matcher =
1532 Intl::GetLocaleMatcher(isolate, options, service);
1534 Intl::MatcherOption locale_matcher = maybe_locale_matcher.FromJust();
1546 if (!Intl::IsWellFormedCalendar(calendar_str.get())) {
1557 Maybe<bool> maybe_numberingSystem = Intl::GetNumberingSystem(
1591 Maybe<Intl::ResolvedLocale> maybe_resolve_locale = Intl::ResolveLocale(
1598 Intl::ResolvedLocale r = maybe_resolve_locale.FromJust();
1626 Intl::IsValidCalendar(icu_locale, calendar_str.get())) {
1635 Intl::IsValidNumberingSystem(numbering_system_str.get())) {
1913 Maybe<std::string> maybe_locale_str = Intl::ToLanguageTag(resolved_locale);
2003 // them via options of Intl.DateTimeFormat.
2041 Intl::ToString(isolate, formatted, previous_end_pos, begin_pos),
2044 Intl::AddElement(isolate, result, index,
2049 Intl::AddElement(isolate, result, index,
2056 Intl::ToString(isolate, formatted, begin_pos, end_pos), JSArray);
2058 Intl::AddElement(isolate, result, index,
2063 Intl::AddElement(isolate, result, index,
2073 Intl::ToString(isolate, formatted, previous_end_pos, length), JSArray);
2075 Intl::AddElement(isolate, result, index,
2080 Intl::AddElement(isolate, result, index,
2089 return Intl::GetAvailableLocalesForDateFormat();
2114 const Intl::FormatRangeSourceTracker& tracker) {
2117 Intl::ToString(isolate, string, start, end),
2119 Intl::AddElement(isolate, array, index,
2122 Intl::SourceString(isolate, tracker.GetSource(start, end)));
2142 return Intl::ToString(isolate, result);
2157 Intl::FormatRangeSourceTracker tracker;