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

/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c147 #define IS_LEAP(y) \ macro
156 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
159 (IS_LEAP(dt->year) ? \
187 ((IS_LEAP(year) ? \
1968 if (IS_LEAP((long)year))
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c1119 #define IS_LEAP(y) \ macro
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1131 (IS_LEAP(dt->year) ? \
1155 ((IS_LEAP(year) ? \
/external/libxml2/
H A Dxmlschemastypes.c1119 #define IS_LEAP(y) \ macro
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
1131 (IS_LEAP(dt->year) ? \
1155 ((IS_LEAP(year) ? \

Completed in 186 milliseconds