Lines Matching full:isgmt
143 bool isgmt;
398 // Read types (except for the isdst and isgmt flags, which come later (why??))
522 // Read isgmt flags
523 for (i=0; i<typecnt; ++i) info.types[i].isgmt = readbool(file);
791 // Isstd and isgmt only have 3 valid states, corresponding to local
793 // Here is how the isstd & isgmt flags are set by zic:
806 bool isgmt;
838 isgmt = _isgmt;
854 if (isgmt && !isstd) {
855 os << "Invalid input isgmt && !isstd";
862 << isstd << isgmt
873 if (isgmt) {
976 // 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
977 // 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
980 bool isstd, isgmt;
981 in >> id >> mode >> month >> dom >> dow >> time >> isstd >> isgmt >> offset;
985 fr.part[p].set(id, mode, month, dom, dow, time, isstd, isgmt, offset);
1168 * (empty) abbr, isdst, isstd, and isgmt flags; this is appropriate,
1174 abbr(-1), isdst(false), isstd(false), isgmt(false) {}