Lines Matching refs:setEndRule
450 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
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,
901 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function
904 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule()
907 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function
909 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule()
912 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function
914 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status); in setEndRule()