HomeSort by relevance Sort by last modified time
    Searched defs:tt_gmtoff (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeVals.h 76 LONG32 tt_gmtoff; /* UTC offset in seconds */ member in struct:ttinfo
  /bionic/libc/tzcode/
localtime.c 100 int_fast32_t tt_gmtoff; /* UT offset in seconds */ member in struct:ttinfo
210 s->tt_gmtoff = gmtoff;
269 timezone = - ttisp->tt_gmtoff;
273 altzone = - ttisp->tt_gmtoff;
506 ttisp->tt_gmtoff = detzcode(p);
715 result = ap->tt_gmtoff == bp->tt_gmtoff &&
1164 -sp->ttis[j].tt_gmtoff;
1173 -sp->ttis[j].tt_gmtoff;
1214 theiroffset = -sp->ttis[j].tt_gmtoff;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 80 int_fast32_t tt_gmtoff; /* UT offset in seconds */ member in struct:ttinfo
288 timezone = -(ttisp->tt_gmtoff);
292 altzone = -(ttisp->tt_gmtoff);
452 ttisp->tt_gmtoff = detzcode(p);
623 result = ap->tt_gmtoff == bp->tt_gmtoff &&
1007 sp->ttis[0].tt_gmtoff = -dstoffset;
1010 sp->ttis[1].tt_gmtoff = -stdoffset;
1073 -sp->ttis[j].tt_gmtoff;
1082 -sp->ttis[j].tt_gmtoff;
    [all...]

Completed in 242 milliseconds