/external/v8/test/mjsunit/regress/ |
D | regress-crbug-364374.js | 10 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'eUrope/isLe_OF_man'}) property 13 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'africa/Dar_eS_salaam'}) property 16 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/port_of_spain'}) property 20 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/north_Dakota/new_salem'}) property 25 df1 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/aRgentina/buenos_aIres'}) property 26 df2 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/Argentina/Buenos_Aires'}) property 29 df2 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/Buenos_Aires'}) property 32 df1 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/Indiana/Indianapolis'}) property 33 df2 = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/Indianapolis'}) property 42 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'America/port-aU-pRince'}) property [all …]
|
D | regress-crbug-487322.js | 11 df1 = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Katmandu'}) property 12 df2 = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Kathmandu'}) property 17 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Ulaanbaatar'}) property 20 df = new Intl.DateTimeFormat('en-US', {'timeZone': 'Asia/Ulan_Bator'}) property 24 assertThrows(() => Intl.DateTimeFormat(undefined, {timeZone: 'Aurope/Paris'})); property
|
/external/v8/test/intl/date-format/ |
D | timezone.js | 34 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'}); property 37 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'}); property 40 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'}); property 43 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'}); property 47 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'}); property 50 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/GMT'}); property 53 df = Intl.DateTimeFormat(undefined, {timeZone: 'euRope/beLGRade'}); property
|
D | parse-mdy.js | 36 var dtf = new Intl.DateTimeFormat(['en'], {timeZone: 'America/Los_Angeles'}); property
|
D | format-test.js | 30 var dtf = new Intl.DateTimeFormat('en-US', {timeZone: 'UTC'}); property
|
D | parse-MMMdy.js | 34 timeZone: 'America/Los_Angeles'}); property
|
D | parse-mdyhms.js | 34 timeZone: 'UTC'}); property
|
D | timezone-name.js | 40 timeZone: 'America/Los_Angeles' property
|
D | resolved-options.js | 88 second: 'numeric', timeZoneName: 'short', timeZone: 'UTC'}); property
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPDateTimeImpl.java | 44 private TimeZone timeZone = TimeZone.getTimeZone("UTC"); field in XMPDateTimeImpl 98 public XMPDateTimeImpl(Date date, TimeZone timeZone) in XMPDateTimeImpl() 305 public void setTimeZone(TimeZone timeZone) in setTimeZone()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
D | YMDDateFormatter.java | 25 private TimeZone timeZone; field in YMDDateFormatter 49 TimeZone timeZone) { in YMDDateFormatter()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | YMDDateFormatter.java | 23 private TimeZone timeZone; field in YMDDateFormatter 47 TimeZone timeZone) { in YMDDateFormatter()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | BasicDurationFormatterFactory.java | 30 private TimeZone timeZone; field in BasicDurationFormatterFactory 134 public DurationFormatterFactory setTimeZone(TimeZone timeZone) { in setTimeZone()
|
D | DurationFormatterFactory.java | 71 public DurationFormatterFactory setTimeZone(TimeZone timeZone); in setTimeZone()
|
D | BasicDurationFormatter.java | 22 private TimeZone timeZone; field in BasicDurationFormatter
|
D | PeriodBuilderFactory.java | 93 PeriodBuilderFactory setTimeZone(TimeZone timeZone); in setTimeZone()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | BasicDurationFormatterFactory.java | 31 private TimeZone timeZone; field in BasicDurationFormatterFactory 135 public DurationFormatterFactory setTimeZone(TimeZone timeZone) { in setTimeZone()
|
D | DurationFormatterFactory.java | 73 public DurationFormatterFactory setTimeZone(TimeZone timeZone); in setTimeZone()
|
D | BasicDurationFormatter.java | 23 private TimeZone timeZone; field in BasicDurationFormatter
|
D | PeriodBuilderFactory.java | 95 PeriodBuilderFactory setTimeZone(TimeZone timeZone); in setTimeZone()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue49/ |
D | CalendarTest.java | 81 private void check(long time, String timeZone, String warning, String etalon) { in check()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
D | DumperOptions.java | 172 private TimeZone timeZone = null; field in DumperOptions 393 public void setTimeZone(TimeZone timeZone) { in setTimeZone()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1GeneralizedTime.java | 217 TimeZone timeZone = TimeZone.getDefault(); in calculateGMTOffset() local
|
/external/jsilver/src/org/clearsilver/jni/ |
D | JniHdf.java | 214 public void exportDate(String hdfname, TimeZone timeZone, Date date) { in exportDate()
|
/external/jsilver/src/org/clearsilver/ |
D | HDF.java | 99 void exportDate(String hdfName, TimeZone timeZone, Date date); in exportDate()
|