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