Home
last modified time | relevance | path

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

12

/external/v8/test/intl/date-format/
Dtimezone.js33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'}); property
36 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'}); property
39 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'}); property
42 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'}); property
46 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'}); property
49 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/GMT'}); property
52 df = Intl.DateTimeFormat(undefined, {timeZone: 'euRope/beLGRade'}); property
Dparse-mdy.js36 var dtf = new Intl.DateTimeFormat(['en'], {timeZone: 'America/Los_Angeles'}); property
Dparse-MMMdy.js34 timeZone: 'America/Los_Angeles'}); property
Dformat-test.js30 var dtf = new Intl.DateTimeFormat('en-US', {timeZone: 'UTC'}); property
Dparse-mdyhms.js34 timeZone: 'UTC'}); property
Dtimezone-name.js40 timeZone: 'America/Los_Angeles' property
Dresolved-options.js87 second: 'numeric', timeZoneName: 'short', timeZone: 'UTC'}); property
/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/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/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()
DBasicPeriodBuilderFactory.java249 public PeriodBuilderFactory setTimeZone(TimeZone timeZone) { in setTimeZone()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1GeneralizedTime.java208 TimeZone timeZone = TimeZone.getDefault(); in calculateGMTOffset() local
/external/jsilver/src/org/clearsilver/
DHDF.java99 void exportDate(String hdfName, TimeZone timeZone, Date date); in exportDate()
DDelegatedHdf.java123 String hdfname, TimeZone timeZone, Date date) { in exportDate()
/external/jsilver/src/org/clearsilver/jni/
DJniHdf.java214 public void exportDate(String hdfname, TimeZone timeZone, Date date) { in exportDate()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTimeTest.java97 private void testToString(String timeZone, long[] theTimes, in testToString()
DDateTest.java243 private void testToString(String timeZone, long[] theDates, String[] theDateStrings) { in testToString()
DTimestampTest.java427 private void testToString(String timeZone, long[] theTimeStamps, String[] theTimeStampStrings) { in testToString()
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DJHdf.java150 public void exportDate(String hdfName, TimeZone timeZone, Date date) { in exportDate()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTime.java393 public void setTimeZone(TimeZone timeZone) { in setTimeZone()
/external/v8/src/
Di18n.js1538 timeZone: {writable: true}, property
1546 requestedLocale, {skeleton: ldmlString, timeZone: tz}, resolved); property
1609 timeZone: format.resolved.timeZone property
/external/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp942 TimeZone *timeZone = TimeZone::createDefault(); in Test4106807() local

12