Home | History | Annotate | Download | only in util

Lines Matching defs:AM_PM

171  * AM_PM + HOUR
314 // fields such as MONTH, HOUR, AM_PM, etc. It is possible to compute the
492 * E.g., at 10:04:15.250 PM the <code>AM_PM</code> is <code>PM</code>.
498 public final static int AM_PM = 9;
506 * @see #AM_PM
691 * Value of the {@link #AM_PM} field indicating the
697 * Value of the {@link #AM_PM} field indicating the
1010 final static int AM_PM_MASK = (1 << AM_PM);
1984 * <p>The {@link #HOUR_OF_DAY}, {@link #HOUR} and {@link #AM_PM}
2246 case AM_PM:
2533 // AM_PM and the HOUR.
2535 int hourStamp = aggregateStamp(stamp[HOUR], stamp[AM_PM]);
2538 // if bestStamp is still UNSET, then take HOUR or AM_PM. (See 4846659)
2540 bestStamp = Math.max(stamp[HOUR], stamp[AM_PM]);
2549 if (stamp[AM_PM] != UNSET) {
3307 "DAY_OF_YEAR", "DAY_OF_WEEK", "DAY_OF_WEEK_IN_MONTH", "AM_PM", "HOUR",