Home | History | Annotate | Download | only in i18n

Lines Matching defs:setStartRule

273  * setStartRule(TimeFields.APRIL, 1, TimeFields.SUNDAY, 2*60*60*1000);
309 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
324 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth,
327 setStartRule(month, dayOfMonth, 0, time, mode, status);
333 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
336 setStartRule(month, after ? dayOfMonth : -dayOfMonth,
349 * for setStartRule().
353 * day-of-week-in-month. See setStartRule() for a complete explanation.
354 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
800 // This is the format accepted by the constructor and by setStartRule()