Home | History | Annotate | Download | only in unicode

Lines Matching full:rule

54  * along with <code>dayOfWeek = UCAL_SUNDAY</code> to specify the rule.
66 * midnight, to specify a rule transition time. Most rules
270 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
272 * Therefore, you can set the start rule by calling:
314 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
316 * Therefore, you can set the start rule by calling:
361 * Sets the DST start rule to a fixed date within a month.
363 * @param month The month in which this rule occurs (0-based).
374 * Sets the DST start rule to a fixed date within a month.
376 * @param month The month in which this rule occurs (0-based).
390 * Sets the DST start rule to a weekday before or after a give date within
393 * @param month The month in which this rule occurs (0-based).
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
400 * or after dayOfMonth. If false, this rule selects
408 * Sets the DST start rule to a weekday before or after a give date within
411 * @param month The month in which this rule occurs (0-based).
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
420 * or after dayOfMonth. If false, this rule selects
429 * Sets the daylight savings ending rule. For example, if Daylight
431 * Therefore, you can set the end rule by calling:
454 * Sets the daylight savings ending rule. For example, if Daylight
456 * Therefore, you can set the end rule by calling:
481 * Sets the DST end rule to a fixed date within a month.
483 * @param month The month in which this rule occurs (0-based).
494 * Sets the DST end rule to a fixed date within a month.
496 * @param month The month in which this rule occurs (0-based).
510 * Sets the DST end rule to a weekday before or after a give date within
513 * @param month The month in which this rule occurs (0-based).
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
520 * or after dayOfMonth. If false, this rule selects
529 * Sets the DST end rule to a weekday before or after a give date within
532 * @param month The month in which this rule occurs (0-based).
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
541 * or after dayOfMonth. If false, this rule selects
740 * rule instance held by this time zone instance. Therefore, after this time zone
742 * @param initial Receives the initial timezone rule
822 * Compare a given date in the year to a rule. Return 1, 0, or -1, depending
823 * on whether the date is after, equal to, or before the rule date. The
827 * @return 1 if the date is after the rule date, -1 if the date is before
828 * the rule date, or 0 if the date is equal to the rule date.