Searched refs:STANDARD_TIME (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/ |
D | SimpleTimeZoneTest.java | 114 Calendar.MARCH, 2, Calendar.SUNDAY, 7200000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_StandardTime() 115 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 3600000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_2ndSundayMarch_1stSundayNovember_StandardTime() 150 Calendar.MARCH, 9, 0, 7200000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_9thMarch_2ndNovember_StandardTime() 151 Calendar.NOVEMBER, 2, 0, 3600000, SimpleTimeZone.STANDARD_TIME, in testDstNewYork2014_9thMarch_2ndNovember_StandardTime()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | SimpleTimeZoneTest.java | 174 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 175 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 180 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 183 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 190 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 191 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII() 196 SimpleTimeZone.STANDARD_TIME, in test_ConstructorILjava_lang_StringIIIIIIIIIII()
|
/libcore/ojluni/src/main/java/java/util/ |
D | SimpleTimeZone.java | 1237 public static final int STANDARD_TIME = 1; field in SimpleTimeZone 1553 case STANDARD_TIME: in makeRulesCompatible()
|
/libcore/ojluni/src/main/java/java/time/zone/ |
D | IcuZoneRulesProvider.java | 271 case DateTimeRule.STANDARD_TIME: in toZoneOffsetTransitionRule()
|