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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c1122 #define IS_LEAP(y) \ macro
1131 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1134 (IS_LEAP(dt->year) ? \
1158 ((IS_LEAP(year) ? \

Completed in 600 milliseconds