Home | History | Annotate | Download | only in tzcode

Lines Matching defs:isdst

143     bool isdst;
400 // Read types (except for the isdst and isgmt flags, which come later (why??))
406 type.isdst = readbool(file);
412 if (type.isdst != (type.dstoffset != 0)) {
413 throw invalid_argument("isdst does not reflect dstoffset");
1218 * (empty) abbr, isdst, isstd, and isgmt flags; this is appropriate,
1224 abbr(-1), isdst(false), isstd(false), isgmt(false) {}