Searched refs:dstoffset (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dtz2icu.cpp137 int64_t dstoffset; // dst seconds offset from GMT member in struct:ZoneType
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
153 dstoffset == other.dstoffset;
404 type.dstoffset = readcoded(file);
411 if (type.isdst != (type.dstoffset != 0)) {
412 throw invalid_argument("isdst does not reflect dstoffset");
427 if (info.types.at(0).dstoffset != 0) {
434 && info.types.at(i).dstoffset == 0) {
1098 os << typ->rawoffset << ", " << typ->dstoffset;
1207 int64_t dstoffset; member in struct:SimplifiedZoneType
[all...]
H A Dlocaltime.c918 long dstoffset; local
968 name = getoffset(name, &dstoffset);
971 } else dstoffset = stdoffset - SECSPERHOUR;
995 sp->ttis[0].tt_gmtoff = -dstoffset;
1013 dstoffset);
1094 sp->ats[i] += dstoffset -
1113 sp->ttis[1].tt_gmtoff = -dstoffset;
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c1036 long dstoffset; local
1075 name = getoffset(name, &dstoffset);
1078 } else dstoffset = stdoffset - SECSPERHOUR;
1105 sp->ttis[0].tt_gmtoff = -dstoffset;
1118 dstoffset);
1194 sp->ats[i] += dstoffset -
1213 sp->ttis[1].tt_gmtoff = -dstoffset;

Completed in 83 milliseconds