Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c1118 #define VALID_DAY(day) ((day >= 1) && (day <= 31)) macro
1327 if (!VALID_DAY(value)) in _xmlSchemaParseGDay()