Home
last modified time | relevance | path

Searched refs:DateTimeFormat (Results 1 – 19 of 19) sorted by relevance

/external/v8/test/intl/date-format/
Dtimezone.js30 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'});
Ddefault-locale.js31 var dtf = new Intl.DateTimeFormat([]);
43 var dtfNone = new Intl.DateTimeFormat();
Dproperty-override.js46 var options = Intl.DateTimeFormat(
70 var locale = Intl.DateTimeFormat().resolvedOptions().locale;
Dtimezone-name.js44 var dfs = new Intl.DateTimeFormat('en-US', flags);
50 var dfl = new Intl.DateTimeFormat('en-US', flags);
Dresolved-options.js31 var dtfDefault = Intl.DateTimeFormat('en-US');
59 var dtfTime = Intl.DateTimeFormat(
84 var dtfFull = Intl.DateTimeFormat(
Dwellformed-unsupported-locale.js30 var dtf = Intl.DateTimeFormat(['xx']);
Dformat-is-bound.js29 var dtf = new Intl.DateTimeFormat();
Dresolved-options-is-method.js31 var dtf = new Intl.DateTimeFormat();
Dparse-invalid-input.js30 var dtf = new Intl.DateTimeFormat(['en']);
Dformat-test.js30 var dtf = new Intl.DateTimeFormat('en-US', {timeZone: 'UTC'});
Dparse-MMMdy.js31 var dtf = new Intl.DateTimeFormat(['en'],
Dparse-mdy.js36 var dtf = new Intl.DateTimeFormat(['en'], {timeZone: 'America/Los_Angeles'});
Dparse-mdyhms.js30 var dtf = new Intl.DateTimeFormat(['en'],
/external/v8/test/intl/overrides/
Ddate.js34 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);
Dsecurity.js34 Intl.Collator = Intl.NumberFormat = Intl.DateTimeFormat = throwError;
38 Intl.DateTimeFormat.prototype.format = throwError; class in Intl
/external/v8/test/intl/general/
Dsupported-locales-of.js30 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/
Di18n.js1571 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/
Dv8.log3697 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/
DChangeLog5452 Added DateTimeFormat to i18n API.
5503 Added DateTimeFormat class to experimental i18n API.