Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c1130 #define VALID_MIN(min) ((min >= 0) && (min <= 59)) macro
1156 (((VALID_HOUR(dt->hour) && VALID_MIN(dt->min) && \
1382 if (!VALID_MIN(value)) in _xmlSchemaParseTime()
1455 if (!VALID_MIN(tmp)) in _xmlSchemaParseTimeZone()