Searched refs:VALID_YEAR (Results 1 – 1 of 1) sorted by relevance
1125 #define VALID_YEAR(yr) (yr != 0) macro1150 (VALID_YEAR(dt->year) && VALID_MONTH(dt->mon) && VALID_MDAY(dt))1238 if (!VALID_YEAR(dt->year)) in _xmlSchemaParseGYear()3845 if ((VALID_YEAR(r->year)) && (VALID_MONTH(r->mon)) && in _xmlSchemaDateAdd()3871 } else if (VALID_YEAR(r->year) && VALID_MONTH(r->mon) && in _xmlSchemaDateAdd()