Home | History | Annotate | Download | only in util

Lines Matching defs:DAY_OF_WEEK

161  * YEAR + MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
162 * YEAR + MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
164 * YEAR + DAY_OF_WEEK + WEEK_OF_YEAR
267 * it is a smaller field, <code>DAY_OF_WEEK</code> is not adjusted by
462 public final static int DAY_OF_WEEK = 7;
467 * with the <code>DAY_OF_WEEK</code> field, this uniquely specifies a day
478 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
484 * @see #DAY_OF_WEEK
570 * Value of the {@link #DAY_OF_WEEK} field indicating
576 * Value of the {@link #DAY_OF_WEEK} field indicating
582 * Value of the {@link #DAY_OF_WEEK} field indicating
588 * Value of the {@link #DAY_OF_WEEK} field indicating
594 * Value of the {@link #DAY_OF_WEEK} field indicating
600 * Value of the {@link #DAY_OF_WEEK} field indicating
606 * Value of the {@link #DAY_OF_WEEK} field indicating
1008 final static int DAY_OF_WEEK_MASK = (1 << DAY_OF_WEEK);
1280 * for the {@link Calendar#DAY_OF_WEEK DAY_OF_WEEK} field:
1290 internalSet(DAY_OF_WEEK, dayOfWeek);
1536 int dayOfWeek = isSet(DAY_OF_WEEK)
1537 ? fields[NFIELDS + DAY_OF_WEEK] : cal.getFirstDayOfWeek();
2242 case DAY_OF_WEEK:
2437 // MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
2438 // MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
2440 // WEEK_OF_YEAR + DAY_OF_WEEK
2444 // week-related field and the DAY_OF_WEEK must be set for the group as a
2446 int dowStamp = stamp[DAY_OF_WEEK];
2469 * DAY_OF_WEEK_IN_MONTH, or WEEK_OF_YEAR alone. Treat DAY_OF_WEEK alone
3052 * for the {@link #DAY_OF_WEEK} field: {@link
3256 work.set(DAY_OF_WEEK, firstDayOfWeek);
3307 "DAY_OF_YEAR", "DAY_OF_WEEK", "DAY_OF_WEEK_IN_MONTH", "AM_PM", "HOUR",