Searched refs:tzo (Results 1 – 2 of 2) sorted by relevance
69 signed int tzo :12; /* -1440 <= tzo <= 1440; member1122 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840)) argument1144 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))1171 if (dt->value.date.tzo != 0) \1173 "%+05d\n",dt->value.date.tzo); \1380 if ((!VALID_SEC(dt->sec)) || (!VALID_TZO(dt->tzo))) in _xmlSchemaParseTime()1410 dt->tzo = 0; in _xmlSchemaParseTimeZone()1415 dt->tzo = 0; in _xmlSchemaParseTimeZone()1436 dt->tzo = tmp * 60; in _xmlSchemaParseTimeZone()1444 dt->tzo += tmp; in _xmlSchemaParseTimeZone()[all …]
10904 * xmlschemastypes.c: fixed date comparison to handle the tzo