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

/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c152 static const unsigned long daysInMonthLeap[12] = variable
156 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
160 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c1124 static const unsigned int daysInMonthLeap[12] = variable
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1132 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
/external/libxml2/
H A Dxmlschemastypes.c1124 static const unsigned int daysInMonthLeap[12] = variable
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1132 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \

Completed in 51 milliseconds