Home | History | Annotate | Download | only in timezone

Lines Matching defs:setEndRule

73         z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0);
468 * SimpleTimeZone constructors, setStartRule(), and setEndRule() don't
524 zone.setEndRule(month, day, dayOfWeek, time);
529 errln("setEndRule(month=" + month + ", day=" + day +
859 z2.setEndRule(Calendar.JULY, 1, 0);
954 zone.setEndRule(0, -1, 0, 0);
955 errln("Failed. No exception has been thrown for DOM -1 setEndRule +savings");
960 zone.setEndRule(0, -1, 0);
961 errln("Failed. No exception has been thrown for DOM -1 setEndRule");