HomeSort by relevance Sort by last modified time
    Searched refs:tzo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libxslt/libexslt/
date.c 93 unsigned int tz_flag :1; /* is tzo explicitely set? */
94 signed int tzo :12; /* -1440 <= tzo <= 1440 currently only -840 to +840 are needed */ member in struct:_exsltDateValDate
146 #define VALID_TZO(tzo) ((tzo > -1440) && (tzo < 1440))
172 VALID_SEC(dt->sec) && VALID_TZO(dt->tzo))
566 dt->tzo = 0;
571 dt->tzo = 0;
590 dt->tzo = tmp * 60
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 68 unsigned int tz_flag :1; /* is tzo explicitely set? */
69 signed int tzo :12; /* -1440 <= tzo <= 1440; member in struct:_xmlSchemaValDate
    [all...]
  /external/libxml2/
xmlschemastypes.c 68 unsigned int tz_flag :1; /* is tzo explicitely set? */
69 signed int tzo :12; /* -1440 <= tzo <= 1440; member in struct:_xmlSchemaValDate
    [all...]

Completed in 45 milliseconds