Searched refs:IsSecond (Results 1 – 3 of 3) sorted by relevance
299 return (index_ == 1 && IsMinute(n)) || (index_ == 2 && IsSecond(n)) || in IsExpecting()315 static bool IsSecond(int x) { return Between(x, 0, 59); } in IsSecond() function
84 if (!IsHour(hour) || !IsMinute(minute) || !IsSecond(second) || in Write()
293 !TimeComposer::IsSecond(scanner->Peek().number()) || in ParseES5DateTime()