Home | History | Annotate | Download | only in libxml2

Lines Matching refs:yr

1111 #define VALID_YEAR(yr)          (yr != 0)
1127 #define MAX_DAYINMONTH(yr,mon) \
1128 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])