Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c1125 #define VALID_YEAR(yr) (yr != 0) macro
1150 (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()