Searched refs:daysInMonthLeap (Results 1 – 1 of 1) sorted by relevance
1128 static const unsigned int daysInMonthLeap[12] = variable1132 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])1136 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \