Searched refs:VALID_DAY (Results 1 – 3 of 3) sorted by relevance
142 #define VALID_DAY(day) ((day >= 1) && (day <= 31)) macro428 PARSE_2_DIGITS(dt->day, cur, VALID_DAY, ret); in _exsltDateParseGDay()
1114 #define VALID_DAY(day) ((day >= 1) && (day <= 31)) macro1323 if (!VALID_DAY(value)) in _xmlSchemaParseGDay()