HomeSort by relevance Sort by last modified time
    Searched full:supportedlocalesof (Results 1 - 4 of 4) sorted by null

  /external/v8/test/intl/general/
supported-locales-of.js 28 // Tests supportedLocalesOf method.
30 var undef = Intl.DateTimeFormat.supportedLocalesOf();
33 var empty = Intl.DateTimeFormat.supportedLocalesOf([]);
36 var strLocale = Intl.DateTimeFormat.supportedLocalesOf('sr');
40 Intl.DateTimeFormat.supportedLocalesOf(['sr-Thai-RS', 'de', 'zh-CN']);
  /external/v8/test/mjsunit/regress/
regress-builtinbust-7.js 10 assertDoesNotThrow(function() { Intl.Collator.supportedLocalesOf("en"); });
  /external/v8/src/js/
i18n.js 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')
    [all...]
  /external/chromium-trace/catapult/tracing/test_data/
v8.log     [all...]

Completed in 988 milliseconds