Searched refs:VALID_MIN (Results 1 – 1 of 1) sorted by relevance
1120 #define VALID_MIN(min) ((min >= 0) && (min <= 59)) macro1143 (VALID_HOUR(dt->hour) && VALID_MIN(dt->min) && \1368 if (!VALID_MIN(value)) in _xmlSchemaParseTime()1441 if (!VALID_MIN(tmp)) in _xmlSchemaParseTimeZone()