Lines Matching refs:setEndRule
454 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
481 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
495 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status);
510 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time,
529 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
550 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
914 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function
917 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule()
920 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function
922 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule()
925 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function
927 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status); in setEndRule()