Lines Matching refs:Intl
45 RETURN_RESULT_OR_FAILURE(isolate, Intl::ConvertToUpper(isolate, string));
56 Intl::Normalize(isolate, string, form_input));
65 isolate, Intl::SupportedLocalesOf(
66 isolate, "Intl.v8BreakIterator.supportedLocalesOf",
76 isolate, Intl::SupportedLocalesOf(
77 isolate, "Intl.NumberFormat.supportedLocalesOf",
82 const char* const method_name = "Intl.NumberFormat.prototype.formatToParts";
92 Intl::ToIntlMathematicalValueAsNumberBigIntOrString(isolate, value));
107 "Intl.DateTimeFormat.prototype.resolvedOptions";
127 isolate, Intl::SupportedLocalesOf(
128 isolate, "Intl.DateTimeFormat.supportedLocalesOf",
133 const char* const method_name = "Intl.DateTimeFormat.prototype.formatToParts";
217 const char* const method_name = "Intl.DateTimeFormat.prototype.formatRange";
225 "Intl.DateTimeFormat.prototype.formatRangeToParts";
240 static_cast<int>(Intl::BoundFunctionContextSlot::kLength));
242 context->set(static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction),
311 // %Intl%.[[FallbackSymbol]], PropertyDescriptor{ [[Value]]: format,
395 // Intl.DisplayNames
402 "Intl.DisplayNames");
408 "Intl.DisplayNames.prototype.resolvedOptions");
418 isolate, Intl::SupportedLocalesOf(
419 isolate, "Intl.DisplayNames.supportedLocalesOf",
425 CHECK_RECEIVER(JSDisplayNames, holder, "Intl.DisplayNames.prototype.of");
432 // Intl.NumberFormat
439 isolate->intl_number_format_function(), "Intl.NumberFormat");
444 const char* const method_name = "Intl.NumberFormat.prototype.resolvedOptions";
460 const char* const method_name = "get Intl.NumberFormat.prototype.format";
502 static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction))),
513 Intl::ToIntlMathematicalValueAsNumberBigIntOrString(isolate, value));
560 Intl::ToIntlMathematicalValueAsNumberBigIntOrString(isolate, start));
566 Intl::ToIntlMathematicalValueAsNumberBigIntOrString(isolate, end));
572 const char* const method_name = "Intl.NumberFormat.prototype.formatRange";
580 "Intl.NumberFormat.prototype.formatRangeToParts";
591 isolate->intl_date_time_format_function(), "Intl.DateTimeFormat");
595 const char* const method_name = "get Intl.DateTimeFormat.prototype.format";
636 static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction))),
650 Intl::GetCanonicalLocales(isolate, locales));
657 RETURN_RESULT_OR_FAILURE(isolate, Intl::SupportedValuesOf(isolate, locales));
665 "Intl.ListFormat");
671 "Intl.ListFormat.prototype.resolvedOptions");
681 isolate, Intl::SupportedLocalesOf(
682 isolate, "Intl.ListFormat.supportedLocalesOf",
686 // Intl.Locale implementation
692 const char* method_name = "Intl.Locale";
742 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.maximize");
748 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.minimize");
754 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.calendars");
760 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.collations");
766 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.hourCycles");
772 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.numberingSystems");
779 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.textInfo");
785 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.timeZones");
791 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.weekInfo");
802 Intl::SupportedLocalesOf(
803 isolate, "Intl.RelativeTimeFormat.supportedLocalesOf",
814 "Intl.RelativeTimeFormat.prototype.format");
830 "Intl.RelativeTimeFormat.prototype.formatToParts");
842 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.language");
849 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.script");
856 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.region");
863 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.baseName");
870 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.calendar");
877 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.caseFirst");
884 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.collation");
891 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.hourCycle");
898 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.numeric");
905 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.numberingSystem");
912 CHECK_RECEIVER(JSLocale, locale, "Intl.Locale.prototype.toString");
922 "Intl.RelativeTimeFormat");
928 "Intl.RelativeTimeFormat.prototype.resolvedOptions");
940 isolate, Intl::StringLocaleConvertCase(isolate, string, false,
952 isolate, Intl::StringLocaleConvertCase(isolate, string, true,
961 "Intl.PluralRules");
967 "Intl.PluralRules.prototype.resolvedOptions");
977 "Intl.PluralRules.prototype.select");
996 "Intl.PluralRules.prototype.selectRange");
1054 isolate, Intl::SupportedLocalesOf(
1055 isolate, "Intl.PluralRules.supportedLocalesOf",
1064 return CallOrConstructConstructor<JSCollator>(args, isolate, "Intl.Collator");
1070 "Intl.Collator.prototype.resolvedOptions");
1080 isolate, Intl::SupportedLocalesOf(
1081 isolate, "Intl.Collator.supportedLocalesOf",
1086 const char* const method_name = "get Intl.Collator.prototype.compare";
1122 static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction))),
1143 Intl::CompareStrings(isolate, *icu_collator, string_x, string_y));
1162 "Intl.Segmenter");
1172 isolate, Intl::SupportedLocalesOf(
1173 isolate, "Intl.Segmenter.supportedLocalesOf",
1181 "Intl.Segmenter.prototype.resolvedOptions");
1188 CHECK_RECEIVER(JSSegmenter, segmenter, "Intl.Segmenter.prototype.segment");
1231 "Intl.v8BreakIterator");
1237 "Intl.v8BreakIterator.prototype.resolvedOptions");
1243 "get Intl.v8BreakIterator.prototype.adoptText";
1266 static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction))),
1279 const char* const method_name = "get Intl.v8BreakIterator.prototype.first";
1302 static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction))),
1309 const char* const method_name = "get Intl.v8BreakIterator.prototype.next";
1332 static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction))),
1338 const char* const method_name = "get Intl.v8BreakIterator.prototype.current";
1361 static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction))),
1368 "get Intl.v8BreakIterator.prototype.breakType";
1391 static_cast<int>(Intl::BoundFunctionContextSlot::kBoundFunction))),