Lines Matching refs:setEndRule
452 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
479 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
493 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status);
508 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time,
527 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
548 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
906 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function
909 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule()
912 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function
914 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule()
917 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function
919 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status); in setEndRule()