Home | History | Annotate | Download | only in unicode

Lines Matching defs:setStartRule

16  *                           Added setStartRule() / setEndRule() overloads
138 * setStartRule().
145 * day-of-week-in-month. See setStartRule() for a
148 * See setStartRule() for a complete explanation.
154 * See setStartRule() for a complete explanation.
156 * See setStartRule() for a complete explanation.
179 * setStartRule().
186 * day-of-week-in-month. See setStartRule() for a
189 * See setStartRule() for a complete explanation.
195 * See setStartRule() for a complete explanation.
197 * See setStartRule() for a complete explanation.
223 * setStartRule().
230 * day-of-week-in-month. See setStartRule() for a
233 * See setStartRule() for a complete explanation.
241 * See setStartRule() for a complete explanation.
243 * See setStartRule() for a complete explanation.
275 * setStartRule(UCAL_MARCH, 2, UCAL_SUNDAY, 2*60*60*1000);
313 void setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
319 * setStartRule(UCAL_MARCH, 2, UCAL_SUNDAY, 2*60*60*1000);
359 void setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
373 void setStartRule(int32_t month, int32_t dayOfMonth, int32_t time,
388 void setStartRule(int32_t month, int32_t dayOfMonth, int32_t time,
407 void setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
427 void setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
439 * for setStartRule().
444 * day-of-week-in-month. See setStartRule() for a complete explanation.
445 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
464 * for setStartRule().
469 * day-of-week-in-month. See setStartRule() for a complete explanation.
470 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
886 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth,
889 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
892 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth,
895 setStartRule(month, dayOfMonth, time, WALL_TIME, status);
898 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth,
901 setStartRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);