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

  /external/icu4c/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...]
  /bionic/libc/tzcode/
localtime.c 144 long tt_gmtoff; /* UTC offset in seconds */ member in struct:ttinfo
349 timezone = -(ttisp->tt_gmtoff);
353 altzone = -(ttisp->tt_gmtoff);
517 ttisp->tt_gmtoff = detzcode(p);
    [all...]

Completed in 3378 milliseconds