Searched refs:UTC_TIME (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/ |
D | SimpleTimeZoneTest.java | 55 Calendar.MARCH, -1, Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_LastSundayMarch_LastSundayOctober_UtcTime() 56 Calendar.OCTOBER, -1, Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, 3600000); in testDstParis2014_LastSundayMarch_LastSundayOctober_UtcTime() 63 Calendar.MARCH, 25, -Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_SundayAfter25thMarch_SundayAfter25thOctober_UtcTime() 64 Calendar.OCTOBER, 25, -Calendar.SUNDAY, 3600000, SimpleTimeZone.UTC_TIME, 3600000); in testDstParis2014_SundayAfter25thMarch_SundayAfter25thOctober_UtcTime() 71 Calendar.MARCH, 30, 0, 3600000, SimpleTimeZone.UTC_TIME, in testDstParis2014_30thMarch_26thOctober_UtcTime() 72 Calendar.OCTOBER, 26, 0, 3600000, SimpleTimeZone.UTC_TIME, 3600000); in testDstParis2014_30thMarch_26thOctober_UtcTime() 123 Calendar.MARCH, 2, Calendar.SUNDAY, 25200000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_UtcTime() 124 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 21600000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_UtcTime() 159 Calendar.MARCH, 9, 0, 25200000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_9thMarch_2ndNovember_UtcTime() 160 Calendar.NOVEMBER, 2, 0, 21600000, SimpleTimeZone.UTC_TIME, in testDstNewYork2014_9thMarch_2ndNovember_UtcTime()
|
/libcore/ojluni/src/main/java/java/util/ |
D | SimpleTimeZone.java | 726 if (startTimeMode != UTC_TIME) { in getStart() 735 if (endTimeMode != UTC_TIME) { in getEnd() 1244 public static final int UTC_TIME = 2; field in SimpleTimeZone 1536 case UTC_TIME: in makeRulesCompatible() 1550 case UTC_TIME: in makeRulesCompatible()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | SimpleTimeZoneTest.java | 176 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/ojluni/src/main/java/java/time/zone/ |
D | IcuZoneRulesProvider.java | 274 case DateTimeRule.UTC_TIME: in toZoneOffsetTransitionRule()
|