Home | History | Annotate | Download | only in tzcode

Lines Matching defs:isdst

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