Home | History | Annotate | Download | only in util

Lines Matching defs:DAY_OF_WEEK_IN_MONTH

128  * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK
504 * {@link #DAY_OF_WEEK_IN_MONTH}, {@link #YEAR_WOY}, and
578 * WEEK_OF_MONTH</code>, {@link #DAY_OF_WEEK_IN_MONTH},
798 * through <code>7</code> always correspond to <code>DAY_OF_WEEK_IN_MONTH
800 * <code>DAY_OF_WEEK_IN_MONTH 2</code>, and so on.
801 * <code>DAY_OF_WEEK_IN_MONTH 0</code> indicates the week before
802 * <code>DAY_OF_WEEK_IN_MONTH 1</code>. Negative values count back from the
804 * <code>DAY_OF_WEEK = SUNDAY, DAY_OF_WEEK_IN_MONTH = -1</code>. Because
807 * days, <code>DAY_OF_WEEK_IN_MONTH -1</code> will overlap
808 * <code>DAY_OF_WEEK_IN_MONTH 5</code> and the end of <code>4</code>.
812 public final static int DAY_OF_WEEK_IN_MONTH = 8;
2388 * DAY_OF_WEEK_IN_MONTH field does not depend on the current
2531 case DAY_OF_WEEK_IN_MONTH:
3030 case DAY_OF_WEEK_IN_MONTH:
3186 case DAY_OF_WEEK_IN_MONTH:
4252 {/* */}, // DAY_OF_WEEK_IN_MONTH
4281 * DAY_OF_WEEK_IN_MONTH
4989 * DAY_OF_WEEK_IN_MONTH, and DOW_LOCAL from EXTENDED_YEAR, YEAR,
5066 fields[DAY_OF_WEEK_IN_MONTH] = (dayOfMonth-1) / 7 + 1;
5086 { DAY_OF_WEEK_IN_MONTH, DAY_OF_WEEK },
5089 { DAY_OF_WEEK_IN_MONTH, DOW_LOCAL },
5097 { DAY_OF_WEEK_IN_MONTH },
5098 { RESOLVE_REMAP | DAY_OF_WEEK_IN_MONTH, DAY_OF_WEEK },
5099 { RESOLVE_REMAP | DAY_OF_WEEK_IN_MONTH, DOW_LOCAL },
5125 * DAY_OF_WEEK then the DAY_OF_WEEK_IN_MONTH algorithm may be used. In
5242 case DAY_OF_WEEK_IN_MONTH:
5244 throw new IllegalArgumentException("DAY_OF_WEEK_IN_MONTH cannot be zero");
5702 int bestStamp = newestStamp(ERA, DAY_OF_WEEK_IN_MONTH, UNSET);
5826 bestField == DAY_OF_WEEK_IN_MONTH);
5868 // WEEK_OF_YEAR, which are similar, or the DAY_OF_WEEK_IN_MONTH.
5900 if (bestField == DAY_OF_WEEK_IN_MONTH) {
5909 int dim = internalGet(DAY_OF_WEEK_IN_MONTH, 1);
6229 "DAY_OF_WEEK_IN_MONTH", "AM_PM", "HOUR", "HOUR_OF_DAY",