Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c1133 #define IS_LEAP(y) \ macro
1142 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1145 (IS_LEAP(dt->year) ? \
1173 ((IS_LEAP(year) ? \