Home
last modified time | relevance | path

Searched refs:setStartRule (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSimpleTimeZoneTest.java279 st1.setStartRule(0, 1, 1, 1); in test_getDSTSavings()
442 st.setStartRule(0, 1, 1, 1); in test_setDSTSavingsI()
463 st.setStartRule(Calendar.NOVEMBER, 1, 0); in test_setEndRuleIII()
504 st.setStartRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 0); in test_setEndRuleIIII()
552 st.setStartRule(Calendar.NOVEMBER, 8, Calendar.SUNDAY, 1, false); in test_setEndRuleIIIIZ()
620 st.setStartRule(Calendar.NOVEMBER, 1, 1); in test_setStartRuleIII()
631 st.setStartRule(13, 20, 0); in test_setStartRuleIII()
638 st.setStartRule(1, 32, 0); in test_setStartRuleIII()
645 st.setStartRule(1, 30, 10); in test_setStartRuleIII()
661 st.setStartRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 0); in test_setStartRuleIIII()
[all …]
/libcore/ojluni/src/main/java/java/util/
DSimpleTimeZone.java385 public void setStartRule(int startMonth, int startDay, int startDayOfWeek, int startTime) in setStartRule() method in SimpleTimeZone
412 public void setStartRule(int startMonth, int startDay, int startTime) { in setStartRule() method in SimpleTimeZone
413 setStartRule(startMonth, startDay, 0, startTime); in setStartRule()
435 public void setStartRule(int startMonth, int startDay, int startDayOfWeek, in setStartRule() method in SimpleTimeZone
440 setStartRule(startMonth, startDay, -startDayOfWeek, startTime); in setStartRule()
442 setStartRule(startMonth, -startDay, -startDayOfWeek, startTime); in setStartRule()
/libcore/luni/src/test/java/libcore/java/util/
DTimeZoneTest.java232 @Override public void setStartRule(int m, int d, int dow, int time) { in testSimpleTimeZoneDoesNotCallOverrideableMethodsFromConstructor() method
235 @Override public void setStartRule(int m, int d, int dow, int time, boolean after) { in testSimpleTimeZoneDoesNotCallOverrideableMethodsFromConstructor() method