Home | History | Annotate | Download | only in format

Lines Matching refs:hour

96      * This is not actually the preferred 24-hour date format in all locales.
775 * If FORMAT_CAP_AMPM is set and 12-hour time is used, then the "AM"
781 * If FORMAT_NO_NOON is set and 12-hour time is used, then "12pm" is
785 * If FORMAT_CAP_NOON is set and 12-hour time is used, then "Noon" is
791 * If FORMAT_NO_MIDNIGHT is set and 12-hour time is used, then "12am" is
795 * If FORMAT_CAP_MIDNIGHT is set and 12-hour time is used, then "Midnight"
802 * shown in the 12-hour time format. You should not normally set this.
809 * shown in the 24-hour time format. You should not normally set this.
820 * If FORMAT_ABBREV_TIME is set and 12-hour time format is used, then the
917 && (endDate.hour | endDate.minute | endDate.second) == 0
1005 if (endDate.hour == 12 && endOnTheHour && !noNoon) {
1011 } else if (endDate.hour == 0 && endOnTheHour && !noMidnight) {
1020 if (startDate.hour == 12 && startOnTheHour && !noNoon) {
1254 t.hour = c.get(Calendar.HOUR_OF_DAY);