Home
last modified time | relevance | path

Searched refs:UTC_TIME (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DSimpleTimeZoneTest.java57 Calendar.MARCH, -1, Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_LastSundayMarch_LastSundayOctober_UtcTime()
58 Calendar.OCTOBER, -1, Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, 3600000); in testDstParis2014_LastSundayMarch_LastSundayOctober_UtcTime()
65 Calendar.MARCH, 25, -Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_SundayAfter25thMarch_SundayAfter25thOctober_UtcTime()
66 Calendar.OCTOBER, 25, -Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, 3600000); in testDstParis2014_SundayAfter25thMarch_SundayAfter25thOctober_UtcTime()
73 Calendar.MARCH, 30, 0, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_30thMarch_26thOctober_UtcTime()
74 Calendar.OCTOBER, 26, 0, 3600000, SimpleTimeZone.UTC_TIME, 3600000); in testDstParis2014_30thMarch_26thOctober_UtcTime()
125 Calendar.MARCH, 2, Calendar.SUNDAY, 25200000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_UtcTime()
126 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 21600000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_UtcTime()
161 Calendar.MARCH, 9, 0, 25200000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_9thMarch_2ndNovember_UtcTime()
162 Calendar.NOVEMBER, 2, 0, 21600000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_9thMarch_2ndNovember_UtcTime()
/libcore/ojluni/src/main/java/java/util/
DSimpleTimeZone.java716 if (startTimeMode != UTC_TIME) { in getStart()
725 if (endTimeMode != UTC_TIME) { in getEnd()
1230 public static final int UTC_TIME = 2; field in SimpleTimeZone
1525 case UTC_TIME -> startTime += rawOffset; in makeRulesCompatible()
1537 case UTC_TIME -> endTime += rawOffset + dstSavings; in makeRulesCompatible()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSimpleTimeZoneTest.java176 SimpleTimeZone.UTC_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
182 SimpleTimeZone.UTC_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
192 SimpleTimeZone.UTC_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
198 SimpleTimeZone.UTC_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
/libcore/api/
Dcurrent.txt14919 field public static final int UTC_TIME = 2; // 0x2