Searched refs:VALID_TZO (Results 1 – 2 of 2) sorted by relevance
1122 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840)) macro1144 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))1380 if ((!VALID_SEC(dt->sec)) || (!VALID_TZO(dt->tzo))) in _xmlSchemaParseTime()1448 if (!VALID_TZO(dt->tzo)) in _xmlSchemaParseTimeZone()
4234 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict