Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c74 signed int tzo :12; /* -1440 <= tzo <= 1440; member
1132 #define VALID_TZO(tzo) ((tzo > -840) && (tzo < 840)) argument
1158 VALID_TZO(dt->tzo))
1185 if (dt->value.date.tzo != 0) \
1187 "%+05d\n",dt->value.date.tzo); \
1424 dt->tzo = 0; in _xmlSchemaParseTimeZone()
1429 dt->tzo = 0; in _xmlSchemaParseTimeZone()
1450 dt->tzo = tmp * 60; in _xmlSchemaParseTimeZone()
1458 dt->tzo += tmp; in _xmlSchemaParseTimeZone()
1460 dt->tzo = - dt->tzo; in _xmlSchemaParseTimeZone()
[all …]
DChangeLog10904 * xmlschemastypes.c: fixed date comparison to handle the tzo