Home
last modified time | relevance | path

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

/external/python/dateutil/dateutil/tz/
Dtz.py445 ttisgmtcnt,
545 if ttisgmtcnt:
546 isgmt = struct.unpack(">%db" % ttisgmtcnt,
547 fileobj.read(ttisgmtcnt))
564 tti.isgmt = (ttisgmtcnt > i and isgmt[i] != 0)
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c391 int ttisgmtcnt; in tzload() local
395 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt); in tzload()
406 (ttisgmtcnt != sp->typecnt && ttisgmtcnt != 0)) in tzload()
415 ttisgmtcnt) /* ttisgmts */ in tzload()
492 if (ttisgmtcnt == 0) in tzload()