Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DSimpleTimeZoneTest.java48 TimeZone timeZone = TimeZone.getTimeZone("Europe/Paris"); in testStandardParis2014() local
54 TimeZone timeZone = new SimpleTimeZone(PARIS_RAW_OFFSET, "Europe/Paris", in testDstParis2014_LastSundayMarch_LastSundayOctober_UtcTime() local
62 TimeZone timeZone = new SimpleTimeZone(PARIS_RAW_OFFSET, "Europe/Paris", in testDstParis2014_SundayAfter25thMarch_SundayAfter25thOctober_UtcTime() local
70 TimeZone timeZone = new SimpleTimeZone(PARIS_RAW_OFFSET, "Europe/Paris", in testDstParis2014_30thMarch_26thOctober_UtcTime() local
81 private void checkDstParis2014(TimeZone timeZone) { in checkDstParis2014()
88 TimeZone timeZone = new SimpleTimeZone(-18000000, "EST", in testDst_1stSundayApril_1stSundayOctober_DefaultTime() local
107 TimeZone timeZone = TimeZone.getTimeZone("America/New_York"); in testStandardNewYork2014() local
113 TimeZone timeZone = new SimpleTimeZone(NEW_YORK_RAW_OFFSET, "EST", in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_StandardTime() local
122 TimeZone timeZone = new SimpleTimeZone(NEW_YORK_RAW_OFFSET, "EST", in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_UtcTime() local
131 TimeZone timeZone = new SimpleTimeZone(NEW_YORK_RAW_OFFSET, "EST", in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_WallTime() local
[all …]
DGregorianCalendarTest.java162 TimeZone timeZone = TimeZone.getTimeZone("America/Los_Angeles"); in test_computeTime_enteringDst_TimeZone_LosAngeles_2014() local
175 TimeZone timeZone = TimeZone.getTimeZone("America/Los_Angeles"); in test_computeTime_enteringDst_DelegatingTimeZone_LosAngeles_2014() local
293 TimeZone timeZone = TimeZone.getTimeZone("Europe/Paris"); in test_fromZonedDateTime() local
319 TimeZone timeZone = TimeZone.getTimeZone("Europe/Paris"); in test_toZonedDateTime() local
327 private long getDstLosAngeles2014(TimeZone timeZone) { in getDstLosAngeles2014()
335 private void checkDstLosAngeles2014(TimeZone timeZone) { in checkDstLosAngeles2014()
399 TimeZone timeZone = cal.getTimeZone(); in checkOutsideDst() local
408 TimeZone timeZone = cal.getTimeZone(); in checkInsideDst() local
425 private final TimeZone timeZone; field in GregorianCalendarTest.DelegatingTimeZone
427 public DelegatingTimeZone(TimeZone timeZone) { in DelegatingTimeZone()
DCalendarTest.java150 private void testSetSelfConsistent(TimeZone timeZone, int year, int month, int day) { in testSetSelfConsistent()
164 TimeZone timeZone = TimeZone.getTimeZone("Europe/Paris"); in testToInstant() local
DTimeZoneTest.java165 TimeZone timeZone = TimeZone.getTimeZone("Europe/Helsinki"); in testHelsinkiOverflow() local
/libcore/luni/src/main/java/libcore/timezone/
DCountryTimeZones.java51 public OffsetResult(TimeZone timeZone, boolean oneMatch) { in OffsetResult()
287 TimeZone timeZone; in getIcuTimeZones() local
414 private static boolean offsetMatchesAtTime(TimeZone timeZone, int offsetMillis, boolean isDst, in offsetMatchesAtTime()
478 private static boolean offsetMatchesAtTime(TimeZone timeZone, int offsetMillis, in offsetMatchesAtTime()
492 TimeZone timeZone = TimeZone.getFrozenTimeZone(timeZoneId); in getValidFrozenTimeZoneOrNull() local
/libcore/luni/src/test/java/libcore/java/time/zone/
DIcuZoneRulesProviderTest.java85 BasicTimeZone timeZone = (BasicTimeZone) TimeZone.getTimeZone(zoneId); in testTransitionsNearInstants() local
131 BasicTimeZone timeZone = (BasicTimeZone) TimeZone.getTimeZone(zoneId); in testAllTransitions() local
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKClock.java96 public Clock withZone(ZoneId timeZone) { in withZone()
/libcore/luni/src/test/java/libcore/libcore/icu/
DTimeZoneIntegrationTest.java473 java.util.TimeZone timeZone = java.util.TimeZone.getTimeZone(timeZoneId); in testDstMeansSummer() local
493 android.icu.util.TimeZone timeZone = android.icu.util.TimeZone.getTimeZone(timeZoneId); in testDstMeansSummer() local
DDateIntervalFormatTest.java433 final TimeZone timeZone = TimeZone.getTimeZone("UTC"); in testEndOfDayOnLastDayOfMonth() local
/libcore/ojluni/src/main/java/java/time/zone/
DIcuZoneRulesProvider.java105 TimeZone timeZone = TimeZone.getFrozenTimeZone(zoneId); in generateZoneRules() local
/libcore/luni/src/test/java/libcore/java/text/
DSimpleDateFormatTest.java599 TimeZone timeZone = TimeZone.getTimeZone(timeZoneId); in doTestFormat() local
647 TimeZone timeZone = TimeZone.getTimeZone(timeZoneId); in doUtcParsingTest() local
864 NonGregorianCalendar(TimeZone timeZone, Locale locale) { in NonGregorianCalendar()
/libcore/ojluni/src/main/java/java/util/
DTimeZone.java739 public synchronized static void setDefault(TimeZone timeZone) in setDefault()
/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java646 @Override public boolean hasSameRules(TimeZone timeZone) { in hasSameRules()
/libcore/luni/src/test/java/libcore/libcore/timezone/
DCountryTimeZonesTest.java685 private void assertImmutableTimeZone(TimeZone timeZone) { in assertImmutableTimeZone()
DTimeZoneFinderTest.java928 private static void assertImmutableTimeZone(TimeZone timeZone) { in assertImmutableTimeZone()
/libcore/benchmarks/src/benchmarks/regression/
DR.java2392 public static final int timeZone = 0; field in R