Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlschemastypes.c1129 #define VALID_HOUR(hr) ((hr >= 0) && (hr <= 23)) macro
1156 (((VALID_HOUR(dt->hour) && VALID_MIN(dt->min) && \
1382 if (!VALID_HOUR(value) && value != 24 /* Allow end-of-day hour */) in _xmlSchemaParseTime()
1453 if (!VALID_HOUR(tmp)) in _xmlSchemaParseTimeZone()