Searched refs:ampm (Results 1 – 9 of 9) sorted by relevance
42 function parseTime(timeString, ampm) { argument49 if (hours == 12 && ampm == 0) {52 hours += (hours < 12 && ampm == 1)? 12 : 0;111 var ampm = hh >= 12 ? 'P M' : 'A M';120 return hh + ' ' + mm + ' ' + ampm;
19 var ampm = $('a' + alarm + '_ampm').selectedIndex;20 parseTime(tt, ampm);
56 AMPMValue ampm() const { return m_ampm; } in ampm() function77 void setAMPM(AMPMValue ampm) { m_ampm = ampm; } in setAMPM() argument
60 AmPmClockType ampm) { in TimeFormatTimeOfDayWithHourClockType() argument64 if (default_type == type && (type == k24HourClock || ampm == kKeepAmPm)) { in TimeFormatTimeOfDayWithHourClockType()84 if (ampm == kKeepAmPm) { in TimeFormatTimeOfDayWithHourClockType()
40 AmPmClockType ampm);
79 mAmPmSpinner = (NumberPicker) view.findViewById(R.id.ampm); in MultiFieldTimePickerDialog()255 int ampm = mAmPmSpinner.getValue(); in notifyDateSet() local259 hour += ampm * 12; in notifyDateSet()
34 public static int ampm; field in R.id
74 setValueAsInteger(dateTimeFieldsState.ampm()); in setValueAsDateTimeFieldsState()152 …const int hour23 = dateTimeFieldsState.ampm() == DateTimeFieldsState::AMPMValuePM ? hour11 + 12 : … in setValueAsDateTimeFieldsState()
523 input::-webkit-datetime-edit-ampm-field,540 input::-webkit-datetime-edit-ampm-field:focus,558 input::-webkit-datetime-edit-ampm-field[disabled],