Searched defs:AM_PM (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DDateFormat.java195 * {@link Calendar#AM_PM} field.
764 public static final Field AM_PM = new Field("am pm", Calendar.AM_PM); field in class:DateFormat.Field
/libcore/luni/src/main/java/java/util/
H A DCalendar.java131 * AM_PM + HOUR</pre>
595 * 10:04:15.250 PM the {@code AM_PM} is {@code PM}.
601 public static final int AM_PM = 9; field in class:Calendar
608 * @see #AM_PM
672 * Value of the {@code AM_PM} field indicating the period of the day
678 * Value of the {@code AM_PM} field indicating the period of the day
706 "DAY_OF_WEEK", "DAY_OF_WEEK_IN_MONTH", "AM_PM", "HOUR",
1125 if (field > MONTH && field < AM_PM) {
1131 if (field == AM_PM) {
1306 case AM_PM
[all...]

Completed in 61 milliseconds