Home
last modified time | relevance | path

Searched refs:daysInMonthLeap (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemastypes.c1128 static const unsigned int daysInMonthLeap[12] = variable
1132 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1136 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \