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

  /external/icu4c/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...]
  /bionic/libc/tzcode/
localtime.c 1001 long dstoffset; local
1052 name = getoffset(name, &dstoffset)
    [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 110 milliseconds