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

/external/chromium_org/third_party/icu/source/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;
/external/icu/icu4c/source/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;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpicklpf.c60 int srcoffset, dstoffset; local
73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
76 dst += dstoffset;
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c60 int srcoffset, dstoffset; local
73 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16);
76 dst += dstoffset;

Completed in 697 milliseconds