Home | History | Annotate | Download | only in unicode

Lines Matching refs:after

65      * TimeMode is used, together with a millisecond offset after
148 * number of milliseconds after midnight.
156 * number of milliseconds after midnight.
189 * number of milliseconds after midnight.
197 * number of milliseconds after midnight.
233 * number of milliseconds after midnight.
243 * number of milliseconds after midnight.
292 * first specified day of the week on or after the specfied day of the month.
293 * (e.g., (15, -SUNDAY) is the first Sunday after the 15th of the month
336 * first specified day of the week on or after the specfied day of the month.
337 * (e.g., (15, -SUNDAY) is the first Sunday after the 15th of the month
365 * @param time The time of that day (number of millis after midnight)
378 * @param time The time of that day (number of millis after midnight)
390 * Sets the DST start rule to a weekday before or after a give date within
391 * a month, e.g., the first Monday on or after the 8th.
396 * @param time The time of that day (number of millis after midnight)
399 * @param after If true, this rule selects the first dayOfWeek on
400 * or after dayOfMonth. If false, this rule selects
406 int32_t time, UBool after, UErrorCode& status);
408 * Sets the DST start rule to a weekday before or after a give date within
409 * a month, e.g., the first Monday on or after the 8th.
414 * @param time The time of that day (number of millis after midnight)
419 * @param after If true, this rule selects the first dayOfWeek on
420 * or after dayOfMonth. If false, this rule selects
426 int32_t time, TimeMode mode, UBool after, UErrorCode& status);
485 * @param time The time of that day (number of millis after midnight)
498 * @param time The time of that day (number of millis after midnight)
510 * Sets the DST end rule to a weekday before or after a give date within
511 * a month, e.g., the first Monday on or after the 8th.
516 * @param time The time of that day (number of millis after midnight)
519 * @param after If true, this rule selects the first dayOfWeek on
520 * or after dayOfMonth. If false, this rule selects
526 int32_t time, UBool after, UErrorCode& status);
529 * Sets the DST end rule to a weekday before or after a give date within
530 * a month, e.g., the first Monday on or after the 8th.
535 * @param time The time of that day (number of millis after midnight)
540 * @param after If true, this rule selects the first dayOfWeek on
541 * or after dayOfMonth. If false, this rule selects
547 int32_t time, TimeMode mode, UBool after, UErrorCode& status);
705 * Gets the first time zone transition after the base time.
708 * @param result Receives the first transition after the base time.
740 * rule instance held by this time zone instance. Therefore, after this time zone
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
897 int32_t time, UBool after, UErrorCode& status) {
898 setStartRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);
913 int32_t time, UBool after, UErrorCode& status) {
914 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after, status);