Home
last modified time | relevance | path

Searched defs:timeZone (Results 1 – 25 of 64) sorted by relevance

123

/external/v8/test/mjsunit/regress/
Dregress-crbug-364374.js10 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 …]
Dregress-crbug-487322.js11 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/
Dtimezone.js34 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
Dparse-mdy.js36 var dtf = new Intl.DateTimeFormat(['en'], {timeZone: 'America/Los_Angeles'}); property
Dformat-test.js30 var dtf = new Intl.DateTimeFormat('en-US', {timeZone: 'UTC'}); property
Dparse-MMMdy.js34 timeZone: 'America/Los_Angeles'}); property
Dparse-mdyhms.js34 timeZone: 'UTC'}); property
Dtimezone-name.js40 timeZone: 'America/Los_Angeles' property
Dresolved-options.js88 second: 'numeric', timeZoneName: 'short', timeZone: 'UTC'}); property
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPDateTimeImpl.java44 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/
DYMDDateFormatter.java25 private TimeZone timeZone; field in YMDDateFormatter
49 TimeZone timeZone) { in YMDDateFormatter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DYMDDateFormatter.java23 private TimeZone timeZone; field in YMDDateFormatter
47 TimeZone timeZone) { in YMDDateFormatter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicDurationFormatterFactory.java30 private TimeZone timeZone; field in BasicDurationFormatterFactory
134 public DurationFormatterFactory setTimeZone(TimeZone timeZone) { in setTimeZone()
DDurationFormatterFactory.java71 public DurationFormatterFactory setTimeZone(TimeZone timeZone); in setTimeZone()
DBasicDurationFormatter.java22 private TimeZone timeZone; field in BasicDurationFormatter
DPeriodBuilderFactory.java93 PeriodBuilderFactory setTimeZone(TimeZone timeZone); in setTimeZone()
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DBasicDurationFormatterFactory.java31 private TimeZone timeZone; field in BasicDurationFormatterFactory
135 public DurationFormatterFactory setTimeZone(TimeZone timeZone) { in setTimeZone()
DDurationFormatterFactory.java73 public DurationFormatterFactory setTimeZone(TimeZone timeZone); in setTimeZone()
DBasicDurationFormatter.java23 private TimeZone timeZone; field in BasicDurationFormatter
DPeriodBuilderFactory.java95 PeriodBuilderFactory setTimeZone(TimeZone timeZone); in setTimeZone()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue49/
DCalendarTest.java81 private void check(long time, String timeZone, String warning, String etalon) { in check()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DDumperOptions.java172 private TimeZone timeZone = null; field in DumperOptions
393 public void setTimeZone(TimeZone timeZone) { in setTimeZone()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1GeneralizedTime.java217 TimeZone timeZone = TimeZone.getDefault(); in calculateGMTOffset() local
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java214 public void exportDate(String hdfname, TimeZone timeZone, Date date) { in exportDate()
/external/jsilver/src/org/clearsilver/
DHDF.java99 void exportDate(String hdfName, TimeZone timeZone, Date date); in exportDate()

123