Searched defs:daysInMonthLeap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c1127 static const unsigned int daysInMonthLeap[12] = variable
1131 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1135 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \

Completed in 57 milliseconds