VALID_HOUR       1139 third_party/libxml/src/xmlschemastypes.c 	(VALID_HOUR(dt->hour) && VALID_MIN(dt->min) &&		\
VALID_HOUR       1354 third_party/libxml/src/xmlschemastypes.c     if (!VALID_HOUR(value))
VALID_HOUR       1425 third_party/libxml/src/xmlschemastypes.c 	if (!VALID_HOUR(tmp))
VALID_HOUR        489 third_party/libxslt/libexslt/date.c     PARSE_2_DIGITS(hour, cur, VALID_HOUR, ret);
VALID_HOUR        582 third_party/libxslt/libexslt/date.c 	PARSE_2_DIGITS(tmp, cur, VALID_HOUR, ret);