Home | History | Annotate | Download | only in util

Lines Matching defs:WEEK_OF_MONTH

93  * <p>When setting or getting the <code>WEEK_OF_MONTH</code> or
126 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK
272 * <code>roll(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to
274 * <code>add(Calendar.WEEK_OF_MONTH, -1)</code> sets the calendar to
277 * <code>WEEK_OF_MONTH</code> is rolled. Taken together with add rule 1,
280 * when changing the <code>WEEK_OF_MONTH</code>, is set to Tuesday, the
501 * {@link #WEEK_OF_YEAR}, {@link #WEEK_OF_MONTH},
577 * WEEK_OF_MONTH</code>, {@link #DAY_OF_WEEK_IN_MONTH},
750 * the value of {@link #WEEK_OF_MONTH} for days before the first week of
756 public final static int WEEK_OF_MONTH = 4;
803 * within a month. Unlike {@link #WEEK_OF_MONTH} and
819 * @see #WEEK_OF_MONTH
2482 * current month. Likewise for the WEEK_OF_MONTH and WEEK_OF_YEAR
2548 * and <code>getActualMinimum(WEEK_OF_MONTH)</code> will return 1. However,
2551 * <code>getActualMinimum(WEEK_OF_MONTH)</code> will return 0.
2605 * <p>DAY_OF_WEEK is adjusted specially for the WEEK_OF_MONTH and
2633 case WEEK_OF_MONTH:
2687 && field != WEEK_OF_MONTH && delta > 0) {
2959 case WEEK_OF_MONTH:
3042 // This follows the outline of WEEK_OF_MONTH, except it applies
3043 // to the whole year. Please see the comment for WEEK_OF_MONTH
3283 case WEEK_OF_MONTH:
4368 {/* */}, // WEEK_OF_MONTH
4398 * WEEK_OF_MONTH
4439 case WEEK_OF_MONTH:
5150 * Compute the fields WEEK_OF_YEAR, YEAR_WOY, WEEK_OF_MONTH,
5227 fields[WEEK_OF_MONTH] = weekNumber(dayOfMonth, dayOfWeek);
5248 { WEEK_OF_MONTH, DAY_OF_WEEK },
5251 { WEEK_OF_MONTH, DOW_LOCAL },
5259 { WEEK_OF_MONTH },
5326 if (tempBestField != DATE || (stamp[WEEK_OF_MONTH] < stamp[tempBestField])) {
6006 bestField == WEEK_OF_MONTH ||
6048 // At this point we need to process the WEEK_OF_MONTH or
6106 // assert(bestField == WEEK_OF_MONTH || bestField == WEEK_OF_YEAR)
6423 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",