Home
last modified time | relevance | path

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

/third_party/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))
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 …]
/third_party/harfbuzz/perf/texts/
Den-words.txt11247 tzo
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt11247 tzo
/third_party/chromium/patch/
D0001-cve.patch85499 - * xmlschemastypes.c: fixed date comparison to handle the tzo