Home | History | Annotate | Download | only in unicode

Lines Matching refs:dayOfWeekInMonth

51  * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
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
302 * @param dayOfWeekInMonth the daylight savings starting
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
346 * @param dayOfWeekInMonth the daylight savings starting
357 void setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
436 * and dayOfWeekInMonth parameters. For complete details, see the documentation
441 * @param dayOfWeekInMonth the daylight savings ending
450 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
461 * and dayOfWeekInMonth parameters. For complete details, see the documentation
466 * @param dayOfWeekInMonth the daylight savings ending
477 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
884 inline void SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth,
887 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);
902 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth,
905 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status);