Home | History | Annotate | Download | only in util

Lines Matching defs:setEndRule

280         st1.setEndRule(11, 1, 1, 1);
443 st.setEndRule(11, 1, 1, 1);
459 * java.util.SimpleTimeZone#setEndRule(int, int, int)
464 st.setEndRule(Calendar.NOVEMBER, 20, 0);
474 st.setEndRule(13, 20, 0);
481 st.setEndRule(1, 32, 0);
488 st.setEndRule(1, 30, 10);
496 * java.util.SimpleTimeZone#setEndRule(int, int, int, int)
499 // Test for method void java.util.SimpleTimeZone.setEndRule(int, int,
505 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0);
515 st.setEndRule(12, -1, Calendar.SUNDAY, 0);
522 st.setEndRule(Calendar.NOVEMBER, 10, Calendar.SUNDAY, 0);
529 st.setEndRule(Calendar.NOVEMBER, -1, 8, 0);
536 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, -10);
544 * java.util.SimpleTimeZone#setEndRule(int, int, int, int, boolean)
547 // Test for method void java.util.SimpleTimeZone.setEndRule(int, int,
553 st.setEndRule(Calendar.NOVEMBER, 15, Calendar.SUNDAY, 1, true);
569 st.setEndRule(20, 15, Calendar.SUNDAY, 1, true);
576 st.setEndRule(Calendar.NOVEMBER, 35, Calendar.SUNDAY, 1, true);
583 st.setEndRule(Calendar.NOVEMBER, 15, 12, 1, true);
590 st.setEndRule(Calendar.NOVEMBER, 15, Calendar.SUNDAY, -1, true);
621 st.setEndRule(Calendar.DECEMBER, 1, 1);
662 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0);
711 st.setEndRule(Calendar.NOVEMBER, 15, Calendar.SUNDAY, 1, false);
762 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0);
796 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0);