Searched refs:daysInMonthLeap (Results 1 – 3 of 3) sorted by relevance
152 static const unsigned long daysInMonthLeap[12] = variable156 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])160 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
1124 static const unsigned int daysInMonthLeap[12] = variable1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])1132 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \