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