Home | History | Annotate | Download | only in util

Lines Matching defs:DAY_OF_WEEK_IN_MONTH

127  * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
503 * {@link #DAY_OF_WEEK_IN_MONTH}, {@link #YEAR_WOY}, and
577 * WEEK_OF_MONTH</code>, {@link #DAY_OF_WEEK_IN_MONTH},
807 * through <code>7</code> always correspond to <code>DAY_OF_WEEK_IN_MONTH
809 * <code>DAY_OF_WEEK_IN_MONTH 2</code>, and so on.
810 * <code>DAY_OF_WEEK_IN_MONTH 0</code> indicates the week before
811 * <code>DAY_OF_WEEK_IN_MONTH 1</code>. Negative values count back from the
813 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
816 * days, <code>DAY_OF_WEEK_IN_MONTH -1</code> will overlap
817 * <code>DAY_OF_WEEK_IN_MONTH 5</code> and the end of <code>4</code>.
822 public final static int DAY_OF_WEEK_IN_MONTH = 8;
2480 * DAY_OF_WEEK_IN_MONTH field does not depend on the current
2626 case DAY_OF_WEEK_IN_MONTH:
3127 case DAY_OF_WEEK_IN_MONTH:
3284 DAY_OF_WEEK_IN_MONTH:
4372 {/* */}, // DAY_OF_WEEK_IN_MONTH
4401 * DAY_OF_WEEK_IN_MONTH
5151 * DAY_OF_WEEK_IN_MONTH, and DOW_LOCAL from EXTENDED_YEAR, YEAR,
5228 fields[DAY_OF_WEEK_IN_MONTH] = (dayOfMonth-1) / 7 + 1;
5249 { DAY_OF_WEEK_IN_MONTH, DAY_OF_WEEK },
5252 { DAY_OF_WEEK_IN_MONTH, DOW_LOCAL },
5260 { DAY_OF_WEEK_IN_MONTH },
5261 { RESOLVE_REMAP | DAY_OF_WEEK_IN_MONTH, DAY_OF_WEEK },
5262 { RESOLVE_REMAP | DAY_OF_WEEK_IN_MONTH, DOW_LOCAL },
5288 * DAY_OF_WEEK then the DAY_OF_WEEK_IN_MONTH algorithm may be used. In
5411 case DAY_OF_WEEK_IN_MONTH:
5413 throw new IllegalArgumentException("DAY_OF_WEEK_IN_MONTH cannot be zero");
5874 int bestStamp = newestStamp(ERA, DAY_OF_WEEK_IN_MONTH, UNSET);
6007 bestField == DAY_OF_WEEK_IN_MONTH);
6049 // WEEK_OF_YEAR, which are similar, or the DAY_OF_WEEK_IN_MONTH.
6081 if (bestField == DAY_OF_WEEK_IN_MONTH) {
6090 int dim = internalGet(DAY_OF_WEEK_IN_MONTH, 1);
6425 "DAY_OF_WEEK_IN_MONTH", "AM_PM", "HOUR", "HOUR_OF_DAY",