Lines Matching defs:dayOfWeek

54  * along with <code>dayOfWeek = UCAL_SUNDAY</code> to specify the rule.
274 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
278 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
281 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
284 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
287 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
291 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
295 * <li>If dayOfWeek and DayOfWeekInMonth are both negative, they specify the
304 * @param dayOfWeek the daylight savings starting day-of-week. Please see
311 void setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
318 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
322 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
325 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
328 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
331 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
335 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
339 * <li>If dayOfWeek and DayOfWeekInMonth are both negative, they specify the
348 * @param dayOfWeek the daylight savings starting day-of-week. Please see
357 void setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
395 * @param dayOfWeek The day of the week on which this rule occurs.
399 * @param after If true, this rule selects the first dayOfWeek on
401 * the last dayOfWeek on or before dayOfMonth.
405 void setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
413 * @param dayOfWeek The day of the week on which this rule occurs.
419 * @param after If true, this rule selects the first dayOfWeek on
421 * the last dayOfWeek on or before dayOfMonth.
425 void setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
435 * Various other types of rules can be specified by manipulating the dayOfWeek
443 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
450 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
460 * Various other types of rules can be specified by manipulating the dayOfWeek
468 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
477 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
515 * @param dayOfWeek The day of the week on which this rule occurs.
519 * @param after If true, this rule selects the first dayOfWeek on
521 * the last dayOfWeek on or before dayOfMonth.
525 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
534 * @param dayOfWeek The day of the week on which this rule occurs.
540 * @param after If true, this rule selects the first dayOfWeek on
542 * the last dayOfWeek on or before dayOfMonth.
546 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
563 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
570 uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const;
580 * @param dayOfWeek the day-of-week of the given date.
588 uint8_t dayOfWeek, int32_t milliseconds,
598 * @param dayOfWeek the day-of-week of the given date.
607 uint8_t dayOfWeek, int32_t milliseconds,
832 int8_t dayOfWeek, int32_t millis, int32_t millisDelta,
885 int32_t dayOfWeek,
887 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
897 int32_t dayOfWeek,
899 setStartRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);
903 int32_t dayOfWeek,
905 setEndRule(month, dayOfWeekInMonth, dayOfWeek, 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);