/external/v8/test/mjsunit/regress/ |
D | regress-crbug-364374.js | 10 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'eUrope/isLe_OF_man'}) 13 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'africa/Dar_eS_salaam'}) 16 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/port_of_spain'}) 20 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/north_Dakota/new_salem'}) 25 df1 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/aRgentina/buenos_aIres'}) 26 df2 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/Argentina/Buenos_Aires'}) 29 df2 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/Buenos_Aires'}) 32 df1 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/Indiana/Indianapolis'}) 33 df2 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/Indianapolis'}) 42 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/port-aU-pRince'}) [all …]
|
D | regress-crbug-487322.js | 11 df1 = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Katmandu'}) 12 df2 = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Kathmandu'}) 17 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Ulaanbaatar'}) 20 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Ulan_Bator'}) 24 assertThrows(() => Intl.DateTimeFormat(undefined, {timeZone: 'Aurope/Paris'}));
|
/external/v8/test/intl/date-format/ |
D | timezone.js | 34 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'}); 37 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'}); 40 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'}); 43 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'}); 47 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'}); 50 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/GMT'}); 53 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'); 60 var dtfTime = Intl.DateTimeFormat( 85 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/autotest/frontend/client/src/autotest/common/table/ |
D | DatetimeSegmentFilter.java | 6 import com.google.gwt.i18n.client.DateTimeFormat; 34 DateTimeFormat dateTimeFormat = DateTimeFormat.getFormat("yyyy-MM-dd"); in DatetimeSegmentFilter()
|
/external/v8/src/js/ |
D | i18n.js | 1667 return new Intl.DateTimeFormat(locales, options); 1679 %AddNamedProperty(Intl.DateTimeFormat.prototype, 'resolvedOptions', function() { 1741 %FunctionSetName(Intl.DateTimeFormat.prototype.resolvedOptions, 1743 %FunctionRemovePrototype(Intl.DateTimeFormat.prototype.resolvedOptions); 1744 %SetNativeFlag(Intl.DateTimeFormat.prototype.resolvedOptions); 1753 %AddNamedProperty(Intl.DateTimeFormat, 'supportedLocalesOf', function(locales) { 1762 %FunctionSetName(Intl.DateTimeFormat.supportedLocalesOf, 'supportedLocalesOf'); 1763 %FunctionRemovePrototype(Intl.DateTimeFormat.supportedLocalesOf); 1764 %SetNativeFlag(Intl.DateTimeFormat.supportedLocalesOf); 1800 addBoundMethod(Intl.DateTimeFormat, 'format', formatDate, 0); [all …]
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | RecurringView.java | 16 import com.google.gwt.i18n.client.DateTimeFormat; 228 DateTimeFormat fmt = DateTimeFormat.getFormat("yyyy-MM-dd HH:mm"); in checkDate()
|
/external/v8/test/test262/ |
D | test262.status | 347 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 434 'intl402/DateTimeFormat/12.1.1': [FAIL], 435 'intl402/DateTimeFormat/12.1.1_a': [FAIL], 436 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], 437 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], 438 'intl402/DateTimeFormat/12.2.3_b': [FAIL], 439 'intl402/DateTimeFormat/prototype/12.3.3': [FAIL], 440 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL],
|
/external/chromium-trace/catapult/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 | 11536 Added DateTimeFormat to i18n API. 11587 Added DateTimeFormat class to experimental i18n API.
|