Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/date/
Ddateparser.cc79 if (!IsHour12(hour)) return false; in Write()
Ddateparser.h318 static bool IsHour12(int x) { return Between(x, 0, 12); } in IsHour12() function