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

  /bionic/libc/tzcode/
localtime.c 1123 register long theiroffset; local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 1036 register long theiroffset; local
1068 theiroffset = theirstdoffset;
1101 theiroffset = -sp->ttis[j].tt_gmtoff;
1103 theirdstoffset = theiroffset;
1104 else theirstdoffset = theiroffset;
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 1036 register long theiroffset; local
1068 theiroffset = theirstdoffset;
1101 theiroffset = -sp->ttis[j].tt_gmtoff;
1103 theirdstoffset = theiroffset;
1104 else theirstdoffset = theiroffset;
    [all...]
  /system/core/libcutils/
tztime.c 1056 register long theiroffset; local
1088 theiroffset = theirstdoffset;
1121 theiroffset = -sp->ttis[j].tt_gmtoff;
1123 theirdstoffset = theiroffset;
1124 else theirstdoffset = theiroffset;
    [all...]

Completed in 16 milliseconds