Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp145 bool isgmt; member
525 for (i=0; i<typecnt; ++i) info.types[i].isgmt = readbool(file); in readzoneinfo()
788 bool isgmt; member
820 isgmt = _isgmt; in set()
836 if (isgmt && !isstd) { in set()
844 << isstd << isgmt in set()
855 if (isgmt) { in timemode()
961 bool isstd, isgmt; in readFinalZonesAndRules() local
962 in >> id >> mode >> month >> dom >> dow >> time >> isstd >> isgmt >> offset; in readFinalZonesAndRules()
966 fr.part[p].set(id, mode, month, dom, dow, time, isstd, isgmt, offset); in readFinalZonesAndRules()
[all …]
/external/python/dateutil/dateutil/tz/
Dtz.py341 self.isgmt == other.isgmt and
546 isgmt = struct.unpack(">%db" % ttisgmtcnt,
564 tti.isgmt = (ttisgmtcnt > i and isgmt[i] != 0)