Home | History | Annotate | Download | only in unicode

Lines Matching refs:setEndRule

14  *                           Added setStartRule() / setEndRule() overloads
433 * setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*60*60*1000);
450 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
458 * setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*60*60*1000);
477 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
491 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status);
506 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time,
525 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
546 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
902 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth,
905 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
908 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth,
910 setEndRule(month, dayOfMonth, time, WALL_TIME, status);
913 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
915 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);