Home | History | Annotate | Download | only in tzcode

Lines Matching refs:isdst

141     bool isdst;
398 // Read types (except for the isdst and isgmt flags, which come later (why??))
404 type.isdst = readbool(file);
410 if (type.isdst != (type.dstoffset != 0)) {
411 throw invalid_argument("isdst does not reflect dstoffset");
1168 * (empty) abbr, isdst, isstd, and isgmt flags; this is appropriate,
1174 abbr(-1), isdst(false), isstd(false), isgmt(false) {}