Searched refs:IsHour12 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ | ||
D | dateparser.cc | 78 if (!IsHour12(hour)) return false; in Write() |
D | dateparser.h | 319 static bool IsHour12(int x) { return Between(x, 0, 12); } in IsHour12() function |