Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c1119 #define VALID_HOUR(hr) ((hr >= 0) && (hr <= 23)) macro
1143 (VALID_HOUR(dt->hour) && VALID_MIN(dt->min) && \
1358 if (!VALID_HOUR(value)) in _xmlSchemaParseTime()
1429 if (!VALID_HOUR(tmp)) in _xmlSchemaParseTimeZone()