Home | History | Annotate | Download | only in util

Lines Matching defs:WEEK_OF_YEAR

95  * <code>WEEK_OF_YEAR</code> fields, <code>Calendar</code> must determine the
130 * DAY_OF_WEEK + WEEK_OF_YEAR</pre>
496 * {@link #WEEK_OF_YEAR} and {@link #YEAR_WOY} fields.</li>
502 * {@link #WEEK_OF_YEAR}, {@link #WEEK_OF_MONTH},
577 * reason, the fields {@link #DAY_OF_WEEK}, <code>WEEK_OF_YEAR,
734 * the value of {@link #WEEK_OF_YEAR} for days before the first week of
739 public final static int WEEK_OF_YEAR = 3;
795 * {@link #WEEK_OF_YEAR}, this field's value does <em>not</em> depend on
878 * {@link #WEEK_OF_YEAR} field. This may be one greater or less
2390 * current month. Likewise for the WEEK_OF_MONTH and WEEK_OF_YEAR
2512 * WEEK_OF_YEAR fields to ensure that they are computed correctly.
2524 set(WEEK_OF_YEAR, getGreatestMinimum(WEEK_OF_YEAR));
2539 case WEEK_OF_YEAR:
2587 // the first day of a month. Unlike WEEK_OF_YEAR, week number for the
2943 case WEEK_OF_YEAR:
3184 case WEEK_OF_YEAR:
4247 {/* */}, // WEEK_OF_YEAR
4277 * WEEK_OF_YEAR
4988 * Compute the fields WEEK_OF_YEAR, YEAR_WOY, WEEK_OF_MONTH,
5012 // WEEK_OF_YEAR start
5060 fields[WEEK_OF_YEAR] = woy;
5062 // WEEK_OF_YEAR end
5084 { WEEK_OF_YEAR, DAY_OF_WEEK },
5087 { WEEK_OF_YEAR, DOW_LOCAL },
5092 { RESOLVE_REMAP | WEEK_OF_YEAR, YEAR_WOY }, // if YEAR_WOY is set, calc based on WEEK_OF_YEAR
5095 { WEEK_OF_YEAR },
5830 if (bestField == WEEK_OF_YEAR) {
5868 // WEEK_OF_YEAR, which are similar, or the DAY_OF_WEEK_IN_MONTH.
5925 // assert(bestField == WEEK_OF_MONTH || bestField == WEEK_OF_YEAR)
6227 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",