Searched refs:IsSecond (Results 1 – 3 of 3) sorted by relevance
315 (index_ == 2 && IsSecond(n)) || in IsExpecting()331 static bool IsSecond(int x) { return Between(x, 0, 59); } in IsSecond() function
83 !IsSecond(second) || !IsMillisecond(millisecond)) return false; in Write()
254 !TimeComposer::IsSecond(scanner->Peek().number()) || in ParseES5DateTime()