Home
last modified time | relevance | path

Searched refs:IsHour12 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddateparser.cc78 if (!IsHour12(hour)) return false; in Write()
Ddateparser.h319 static bool IsHour12(int x) { return Between(x, 0, 12); } in IsHour12() function