Searched defs:VALID_TZO (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c1121 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840)) macro
1143 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
1379 if ((!VALID_SEC(dt->sec)) || (!VALID_TZO(dt->tzo)))
1447 if (!VALID_TZO(dt->tzo))

Completed in 59 milliseconds