Searched refs:tzo (Results 1 – 4 of 4) sorted by relevance
74 signed int tzo :12; /* -1440 <= tzo <= 1440; member1132 #define VALID_TZO(tzo) ((tzo >= -840) && (tzo <= 840)) argument1158 VALID_TZO(dt->tzo))1188 if (dt->value.date.tzo != 0) \1190 "%+05d\n",dt->value.date.tzo); \1434 dt->tzo = 0; in _xmlSchemaParseTimeZone()1439 dt->tzo = 0; in _xmlSchemaParseTimeZone()1460 dt->tzo = tmp * 60; in _xmlSchemaParseTimeZone()1468 dt->tzo += tmp; in _xmlSchemaParseTimeZone()1470 dt->tzo = - dt->tzo; in _xmlSchemaParseTimeZone()[all …]
11247 tzo
85499 - * xmlschemastypes.c: fixed date comparison to handle the tzo