Searched refs:daysInFeb (Results 1 – 1 of 1) sorted by relevance
260 const int daysInFeb = (leapYear ? 29 : 28); in dayInMonthFromDayInYear() local261 if (checkMonth(d, step, next, daysInFeb)) in dayInMonthFromDayInYear()