Searched refs:DateTimeFormat (Results 1 – 19 of 19) sorted by relevance
/external/v8/test/intl/date-format/ |
D | timezone.js | 30 var df = Intl.DateTimeFormat(); 33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'}); 36 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'}); 39 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'}); 42 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'}); 46 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'}); 49 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/GMT'}); 52 df = Intl.DateTimeFormat(undefined, {timeZone: 'euRope/beLGRade'});
|
D | default-locale.js | 31 var dtf = new Intl.DateTimeFormat([]); 43 var dtfNone = new Intl.DateTimeFormat();
|
D | property-override.js | 46 var options = Intl.DateTimeFormat( 70 var locale = Intl.DateTimeFormat().resolvedOptions().locale;
|
D | timezone-name.js | 44 var dfs = new Intl.DateTimeFormat('en-US', flags); 50 var dfl = new Intl.DateTimeFormat('en-US', flags);
|
D | resolved-options.js | 31 var dtfDefault = Intl.DateTimeFormat('en-US'); 59 var dtfTime = Intl.DateTimeFormat( 84 var dtfFull = Intl.DateTimeFormat(
|
D | wellformed-unsupported-locale.js | 30 var dtf = Intl.DateTimeFormat(['xx']);
|
D | format-is-bound.js | 29 var dtf = new Intl.DateTimeFormat();
|
D | resolved-options-is-method.js | 31 var dtf = new Intl.DateTimeFormat();
|
D | parse-invalid-input.js | 30 var dtf = new Intl.DateTimeFormat(['en']);
|
D | format-test.js | 30 var dtf = new Intl.DateTimeFormat('en-US', {timeZone: 'UTC'});
|
D | parse-MMMdy.js | 31 var dtf = new Intl.DateTimeFormat(['en'],
|
D | parse-mdy.js | 36 var dtf = new Intl.DateTimeFormat(['en'], {timeZone: 'America/Los_Angeles'});
|
D | parse-mdyhms.js | 30 var dtf = new Intl.DateTimeFormat(['en'],
|
/external/v8/test/intl/overrides/ |
D | date.js | 34 var dtfDate = new Intl.DateTimeFormat(); 35 var dtfTime = new Intl.DateTimeFormat( 37 var dtfAll = new Intl.DateTimeFormat( 47 dtfDate = new Intl.DateTimeFormat(locale); 48 dtfTime = new Intl.DateTimeFormat( 50 dtfAll = new Intl.DateTimeFormat( 62 var dtf = new Intl.DateTimeFormat(locale, options);
|
D | security.js | 34 Intl.Collator = Intl.NumberFormat = Intl.DateTimeFormat = throwError; 38 Intl.DateTimeFormat.prototype.format = throwError; class in Intl
|
/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/ |
D | i18n.js | 1571 return new Intl.DateTimeFormat(locales, options); 1583 %AddNamedProperty(Intl.DateTimeFormat.prototype, 'resolvedOptions', function() { 1627 %FunctionSetName(Intl.DateTimeFormat.prototype.resolvedOptions, 1629 %FunctionRemovePrototype(Intl.DateTimeFormat.prototype.resolvedOptions); 1630 %SetNativeFlag(Intl.DateTimeFormat.prototype.resolvedOptions); 1639 %AddNamedProperty(Intl.DateTimeFormat, 'supportedLocalesOf', function(locales) { 1648 %FunctionSetName(Intl.DateTimeFormat.supportedLocalesOf, 'supportedLocalesOf'); 1649 %FunctionRemovePrototype(Intl.DateTimeFormat.supportedLocalesOf); 1650 %SetNativeFlag(Intl.DateTimeFormat.supportedLocalesOf); 1688 addBoundMethod(Intl.DateTimeFormat, 'format', formatDate, 0); [all …]
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | v8.log | 3697 code-creation,Stub,2,0x4f011980,70,"DateTimeFormat" 3698 code-creation,LoadIC,5,0x4f0119e0,93,"DateTimeFormat" 3708 code-creation,Stub,2,0x4f011e80,70,"DateTimeFormat" 3709 code-creation,LoadIC,5,0x4f011ee0,93,"DateTimeFormat" 5624 code-creation,Stub,2,0x4f044c40,70,"DateTimeFormat" 5625 code-creation,LoadPolymorphicIC,5,0x4f044ca0,105,"DateTimeFormat" 5626 code-creation,LoadPolymorphicIC,5,0x4f044d20,105,"DateTimeFormat" 5628 code-creation,LoadPolymorphicIC,5,0x4f044e60,105,"DateTimeFormat" 5629 code-creation,LoadPolymorphicIC,5,0x4f044ee0,105,"DateTimeFormat" 5644 code-creation,Stub,2,0x4f045640,70,"DateTimeFormat" [all …]
|
/external/v8/ |
D | ChangeLog | 5452 Added DateTimeFormat to i18n API. 5503 Added DateTimeFormat class to experimental i18n API.
|