Lines Matching refs:isstd
144 bool isstd;
521 // Read isstd flags
522 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file);
773 // Isstd and isgmt only have 3 valid states, corresponding to local
775 // Here is how the isstd & isgmt flags are set by zic:
787 bool isstd;
819 isstd = _isstd;
836 if (isgmt && !isstd) {
837 os << "Invalid input isgmt && !isstd";
844 << isstd << isgmt
856 assert(isstd);
859 if (isstd) {
958 // 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
959 // 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
962 bool isstd, isgmt;
963 in >> id >> mode >> month >> dom >> dow >> time >> isstd >> isgmt >> offset;
967 fr.part[p].set(id, mode, month, dom, dow, time, isstd, isgmt, offset);
1222 * (empty) abbr, isdst, isstd, and isgmt flags; this is appropriate,
1228 abbr(-1), isdst(false), isstd(false), isgmt(false) {}