Home | History | Annotate | Download | only in tzcode

Lines Matching full:isstd

143     bool isstd;
520 // Read isstd flags
521 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file);
772 // Isstd and isgmt only have 3 valid states, corresponding to local
774 // Here is how the isstd & isgmt flags are set by zic:
786 bool isstd;
818 isstd = _isstd;
835 if (isgmt && !isstd) {
836 os << "Invalid input isgmt && !isstd";
843 << isstd << isgmt
855 assert(isstd);
858 if (isstd) {
957 // rule US DOWGEQ 3 1 0 7200 0 0 3600 # 52: US, file data/northamerica, line 119, mode DOWGEQ, April, dom 1, Sunday, time 7200, isstd 0, isgmt 0, offset 3600
958 // rule US DOWLEQ 9 31 0 7200 0 0 0 # 53: US, file data/northamerica, line 114, mode DOWLEQ, October, dom 31, Sunday, time 7200, isstd 0, isgmt 0, offset 0
961 bool isstd, isgmt;
962 in >> id >> mode >> month >> dom >> dow >> time >> isstd >> isgmt >> offset;
966 fr.part[p].set(id, mode, month, dom, dow, time, isstd, isgmt, offset);
1221 * (empty) abbr, isdst, isstd, and isgmt flags; this is appropriate,
1227 abbr(-1), isdst(false), isstd(false), isgmt(false) {}