Home | History | Annotate | Download | only in util

Lines Matching defs:AM_PM

137  * AM_PM + HOUR</pre>
556 * between calendar systems. Affected fields: {@link #AM_PM},
649 // fields such as MONTH, HOUR, AM_PM, etc. It is possible to compute the
827 * E.g., at 10:04:15.250 PM the <code>AM_PM</code> is <code>PM</code>.
833 public final static int AM_PM = 9;
840 * @see #AM_PM
1113 * Value of the <code>AM_PM</code> field indicating the
1120 * Value of the <code>AM_PM</code> field indicating the
2515 case AM_PM:
2565 case AM_PM:
2844 case AM_PM:
3288 case AM_PM:
4373 { 0, 0, 1, 1 }, // AM_PM
4425 case AM_PM:
5073 fields[AM_PM] = millisInDay / 12; // Assume AM == 0
5463 newestStamp(AM_PM, MILLISECOND, UNSET) <= stamp[MILLISECONDS_IN_DAY]) {
5675 // AM_PM and the HOUR.
5677 int hourStamp = Math.max(stamp[HOUR], stamp[AM_PM]);
5690 millisInDay += 12 * internalGet(AM_PM); // Default works for unset AM_PM
5721 // AM_PM and the HOUR.
5723 AM_PM]);
5736 millisInDay += 12 * internalGet(AM_PM); // Default works for unset AM_PM
6425 "DAY_OF_WEEK_IN_MONTH", "AM_PM", "HOUR", "HOUR_OF_DAY",