Home
last modified time | relevance | path

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

/external/libbrillo/brillo/timezone/
Dtzif_parser.cc25 int32_t ttisgmtcnt; member
75 if (!ReadInt(tzfile, &header->ttisgmtcnt) || header->ttisgmtcnt < 0) { in ParseTzifHeader()
136 1 * first_header.ttisgmtcnt; in GetPosixTimezone()
148 1 * second_header.ttisgmtcnt; in GetPosixTimezone()
/external/python/dateutil/dateutil/tz/
Dtz.py501 ttisgmtcnt,
601 if ttisgmtcnt:
602 isgmt = struct.unpack(">%db" % ttisgmtcnt,
603 fileobj.read(ttisgmtcnt))
617 tti.isgmt = (ttisgmtcnt > i and isgmt[i] != 0)
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c393 int ttisgmtcnt; in tzload() local
397 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt); in tzload()
408 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0)) in tzload()
417 ttisgmtcnt) /* ttisgmts */ in tzload()
494 if (ttisgmtcnt == 0) in tzload()
/external/cronet/third_party/icu/source/tools/tzcode/
Dlocaltime.c393 int ttisgmtcnt; in tzload() local
397 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt); in tzload()
408 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0)) in tzload()
417 ttisgmtcnt) /* ttisgmts */ in tzload()
494 if (ttisgmtcnt == 0) in tzload()