Home | History | Annotate | Download | only in util

Lines Matching defs:YEAR_WOY

388  *     {@link #YEAR_WOY} implement localized day-of-week and
496 * {@link #WEEK_OF_YEAR} and {@link #YEAR_WOY} fields.</li>
504 * {@link #DAY_OF_WEEK_IN_MONTH}, {@link #YEAR_WOY}, and
579 * {@link #DOW_LOCAL}, {@link #YEAR_WOY} are all computed in
881 public static final int YEAR_WOY = 17;
2523 case YEAR_WOY:
2816 case YEAR_WOY:
3152 case YEAR_WOY:
3156 // * Note that for YEAR (but not YEAR_WOY) we could instead handle
3158 // we would still need to handle YEAR_WOY as below, might as well
4261 {/* */}, // YEAR_WOY
4282 * YEAR_WOY
4988 * Compute the fields WEEK_OF_YEAR, YEAR_WOY, WEEK_OF_MONTH,
4993 * <p>The YEAR_WOY field is computed simplistically. It is equal to YEAR
5003 * complexity is not warranted, since the intention of the YEAR_WOY field is
5061 fields[YEAR_WOY] = yearOfWeekOfYear;
5091 { RESOLVE_REMAP | DAY_OF_MONTH, YEAR }, // if YEAR is set over YEAR_WOY use DAY_OF_MONTH
5092 { RESOLVE_REMAP | WEEK_OF_YEAR, YEAR_WOY }, // if YEAR_WOY is set, calc based on WEEK_OF_YEAR
5703 bestStamp = newestStamp(YEAR_WOY, EXTENDED_YEAR, bestStamp);
5831 // Nota Bene! It is critical that YEAR_WOY be used as the year here, if it is
5833 // extreme limits of the year. If YEAR_WOY is not set then it will fall back.
5835 year = internalGet(YEAR_WOY, handleGetExtendedYear());
6231 "DST_OFFSET", "YEAR_WOY", "DOW_LOCAL", "EXTENDED_YEAR",