Searched refs:IsDay (Results 1 – 3 of 3) sorted by relevance
25 if (is_iso_date_ || (index_ == 3 && !IsDay(comp_[0]))) { in Write()41 } else if (!IsDay(comp_[0])) { in Write()57 if (!Smi::IsValid(year) || !IsMonth(month) || !IsDay(day)) return false; in Write()
344 static bool IsDay(int x) { return Between(x, 1, 31); } in IsDay() function
272 !DayComposer::IsDay(scanner->Peek().number())) return scanner->Next(); in ParseES5DateTime()