Lines Matching refs:supportedLocalesOf
266 function supportedLocalesOf(service, locales, options) { function
1063 return supportedLocalesOf('collator', locales, %_Arguments(1));
1067 %FunctionSetName(Intl.Collator.supportedLocalesOf, 'supportedLocalesOf');
1068 %FunctionRemovePrototype(Intl.Collator.supportedLocalesOf);
1069 %SetNativeFlag(Intl.Collator.supportedLocalesOf);
1335 return supportedLocalesOf('numberformat', locales, %_Arguments(1));
1339 %FunctionSetName(Intl.NumberFormat.supportedLocalesOf, 'supportedLocalesOf');
1340 %FunctionRemovePrototype(Intl.NumberFormat.supportedLocalesOf);
1341 %SetNativeFlag(Intl.NumberFormat.supportedLocalesOf);
1758 return supportedLocalesOf('dateformat', locales, %_Arguments(1));
1762 %FunctionSetName(Intl.DateTimeFormat.supportedLocalesOf, 'supportedLocalesOf');
1763 %FunctionRemovePrototype(Intl.DateTimeFormat.supportedLocalesOf);
1764 %SetNativeFlag(Intl.DateTimeFormat.supportedLocalesOf);
1946 return supportedLocalesOf('breakiterator', locales, %_Arguments(1));
1950 %FunctionSetName(Intl.v8BreakIterator.supportedLocalesOf, 'supportedLocalesOf');
1951 %FunctionRemovePrototype(Intl.v8BreakIterator.supportedLocalesOf);
1952 %SetNativeFlag(Intl.v8BreakIterator.supportedLocalesOf);