Lines Matching refs:setEndRule
135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
588 * SimpleTimeZOne constructors, setStartRule(), and setEndRule() don't
647 zone->setEndRule(month, day, dayOfWeek, time, status);
652 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day +
930 z2->setEndRule(UCAL_JULY, 1, 0, status);
987 * Make sure setStartRule and setEndRule set the DST savings to nonzero
1005 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
1193 zone->setEndRule(0, -1, 0, 0, status);
1195 errln("Failed. No exception has been thrown for DOM -1 setEndRule+savings");
1200 zone->setEndRule(0, -1, 0, status);
1202 errln("Failed. No exception has been thrown for DOM -1 setEndRule");