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

  /bionic/libc/tzcode/
localtime.c 93 int_fast32_t tt_gmtoff; /* UT offset in seconds */ member in struct:ttinfo
304 timezone = -(ttisp->tt_gmtoff);
308 altzone = -(ttisp->tt_gmtoff);
465 ttisp->tt_gmtoff = detzcode(p);
636 result = ap->tt_gmtoff == bp->tt_gmtoff &&
1019 sp->ttis[0].tt_gmtoff = -dstoffset;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 87 long tt_gmtoff; /* UTC offset in seconds */ member in struct:ttinfo
286 timezone = -(ttisp->tt_gmtoff);
290 altzone = -(ttisp->tt_gmtoff);
433 ttisp->tt_gmtoff = detzcode(p);
593 result = ap->tt_gmtoff == bp->tt_gmtoff &&
995 sp->ttis[0].tt_gmtoff = -dstoffset;
998 sp->ttis[1].tt_gmtoff = -stdoffset;
1051 -sp->ttis[j].tt_gmtoff;
1060 -sp->ttis[j].tt_gmtoff;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 87 long tt_gmtoff; /* UTC offset in seconds */ member in struct:ttinfo
286 timezone = -(ttisp->tt_gmtoff);
290 altzone = -(ttisp->tt_gmtoff);
433 ttisp->tt_gmtoff = detzcode(p);
593 result = ap->tt_gmtoff == bp->tt_gmtoff &&
995 sp->ttis[0].tt_gmtoff = -dstoffset;
998 sp->ttis[1].tt_gmtoff = -stdoffset;
1051 -sp->ttis[j].tt_gmtoff;
1060 -sp->ttis[j].tt_gmtoff;
    [all...]

Completed in 775 milliseconds