Searched refs:hour12 (Results 1 – 1 of 1) sorted by relevance
1291 private int hour12To24(int hour12, int amOrPm) { in hour12To24() argument1292 int hour24 = hour12; in hour12To24()1293 if (hour12 == 12) { in hour12To24()