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

/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java245 * Useful constant for AM_PM field alignment.
1023 public final static Field AM_PM = new field in class:DateFormat.Field
1024 Field("am pm", Calendar.AM_PM);
/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java171 * 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; field in class:Calendar
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
[all...]
H A DFormatter.java3994 case DateTime.AM_PM: { // 'p' (am or pm)
4001 String s = ampm[t.get(Calendar.AM_PM)];
4124 print(tsb, t, DateTime.AM_PM, l);
4219 case DateTime.AM_PM: { // 'p' (am or pm)
4357 print(tsb, t, DateTime.AM_PM, l);
4716 static final char AM_PM = 'p'; // (am or pm) field in class:Formatter.DateTime
4764 case AM_PM:

Completed in 68 milliseconds