Home | History | Annotate | Download | only in js

Lines Matching full:supportedlocalesof

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