Searched refs:supportedLocalesOf (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/intl/general/ |
D | supported-locales-of.js | 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/src/js/ |
D | i18n.js | 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)); [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-builtinbust-7.js | 10 assertDoesNotThrow(function() { Intl.Collator.supportedLocalesOf("en"); });
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | v8.log | 1599 code-creation,StoreIC,9,0x42435f80,169,"supportedLocalesOf" 3699 code-creation,StoreIC,9,0x4f011a40,169,"supportedLocalesOf" 5627 code-creation,StoreIC,9,0x4f044da0,169,"supportedLocalesOf" 5909 code-creation,StoreIC,9,0x4f04b820,169,"supportedLocalesOf" 6117 code-creation,StoreIC,9,0x4f051fc0,169,"supportedLocalesOf" 6312 code-creation,StoreIC,9,0x4f057de0,169,"supportedLocalesOf" 6508 code-creation,StoreIC,9,0x4f05ea60,169,"supportedLocalesOf" 6687 code-creation,StoreIC,9,0x4f063f00,169,"supportedLocalesOf" 6957 code-creation,StoreIC,9,0x4f069d20,169,"supportedLocalesOf" 7678 code-creation,StoreIC,9,0x4f07fc20,169,"supportedLocalesOf" [all …]
|