Home | History | Annotate | Download | only in format

Lines Matching refs:AM

34  * elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc.
132 com.android.internal.R.string.am,
329 * Return a localized string for AM or PM.
330 * @param ampm Either {@link Calendar#AM Calendar.AM} or {@link Calendar#PM Calendar.PM}.
332 * @return Localized version of "AM" or "PM".
336 return r.getString(sAmPm[ampm - Calendar.AM]);
535 * <li>3 mins ago, 10:15 AM</li>
537 * <li>Dec 12, 4:12 AM</li>
538 * <li>11/14/2007, 8:20 AM</li>
1000 * <li>10:15am</li>
1012 * <li>Oct 9, 8:00am - Oct 10, 5:00pm</li>
1068 * If FORMAT_CAP_AMPM is set and 12-hour time is used, then the "AM"
1084 * If FORMAT_NO_MIDNIGHT is set and 12-hour time is used, then "12am" is
1194 // If the end date ends at 12am at the beginning of a day,
1197 // for example, instead of "Nov 10, 8pm - Nov 11, 12am". But we only do
1319 // 12am instead.
1435 // or: "Oct 31, 8am - Sat, Nov 3, 2007, 5pm"
1479 // Compute the time string (example: "10:00 - 11:00 am")
1486 // Example: "10:15 AM"
1489 // Example: "10:00 - 11:00 am"
1503 // Example: "10:00 - 11:00 am, Tue, Oct 9"
1511 // Example: "10:00 - 11:00 am, Oct 9"
1520 // Example: "10:00 - 11:00 am, Tue"
1547 * <li>10:15am</li>
1560 * <li>10am, Oct 31</li>
1564 * <li>10am, Wed, Oct 31</li>
1593 * preposition ("at 9:20am", "on 10/12/2008" or "on May 29").