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