Home | History | Annotate | Download | only in tzcode

Lines Matching defs:abbr

141     int32_t  abbr;      // index into ZoneInfo.abbrs 0..n-1
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
409 type.abbr = (int32_t) c;
452 // the end of each abbr.
457 // offset of each abbr in a vector.
468 // raw abbr strings. New value is index into vector of
478 find(abbroffset.begin(), abbroffset.end(), it->abbr);
481 // the abbr list when a middle offset is given, e.g.,
485 // abbr at this time.
488 // the Olson abbr data, or if the above TODO is completed.
490 os << "Warning: unusual abbr offset " << it->abbr
498 it->abbr = 0;
501 it->abbr = index;
1221 * (empty) abbr, isdst, isstd, and isgmt flags; this is appropriate,
1227 abbr(-1), isdst(false), isstd(false), isgmt(false) {}