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

  /bionic/libc/tzcode/
localtime.c 1149 register int_fast32_t theiroffset; local
1181 theiroffset = theirstdoffset;
1214 theiroffset = -sp->ttis[j].tt_gmtoff;
1216 theirdstoffset = theiroffset;
1217 else theirstdoffset = theiroffset;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 1058 register int_fast32_t theiroffset; local
1090 theiroffset = theirstdoffset;
1123 theiroffset = -sp->ttis[j].tt_gmtoff;
1125 theirdstoffset = theiroffset;
1126 else theirstdoffset = theiroffset;
    [all...]

Completed in 76 milliseconds