Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c1122 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840)) macro
1144 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()
DChangeLog4234 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict