HomeSort by relevance Sort by last modified time
    Searched refs:dstoffset (Results 1 - 7 of 7) sorted by null

  /external/icu4c/tools/tzcode/
tz2icu.cpp 137 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) {
1207 int64_t dstoffset; member in struct:SimplifiedZoneType
    [all...]
localtime.c 918 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;
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 136 int64_t dstoffset; // dst seconds offset from GMT member in struct:ZoneType
147 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
152 dstoffset == other.dstoffset;
403 type.dstoffset = readcoded(file);
410 if (type.isdst != (type.dstoffset != 0)) {
411 throw invalid_argument("isdst does not reflect dstoffset");
426 if (info.types.at(0).dstoffset != 0) {
433 && info.types.at(i).dstoffset == 0) {
1154 int64_t dstoffset; member in struct:SimplifiedZoneType
    [all...]
localtime.c 918 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;
    [all...]
  /external/libvpx/vp8/encoder/
picklpf.c 69 int srcoffset, dstoffset; local
83 dstoffset = dest->y_stride * (dest->y_height >> 5) * 16;
86 dst += dstoffset;
  /bionic/libc/tzcode/
localtime.c 1005 long dstoffset; local
    [all...]
  /system/core/libcutils/
tztime.c 938 long dstoffset; local
989 name = getoffset(name, &dstoffset);
992 } else dstoffset = stdoffset - SECSPERHOUR;
1016 sp->ttis[0].tt_gmtoff = -dstoffset;
1033 dstoffset);
1114 sp->ats[i] += dstoffset -
1133 sp->ttis[1].tt_gmtoff = -dstoffset;
    [all...]

Completed in 160 milliseconds