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

  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 152 static struct tm * localsub(const time_t * timep, long offset,
1223 ** is to not call it--so we drop its guts into "localsub", which can be
1232 localsub(timep, offset, tmp) function
1273 result = localsub(&newt, offset, tmp);
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 152 static struct tm * localsub(const time_t * timep, long offset,
1223 ** is to not call it--so we drop its guts into "localsub", which can be
1232 localsub(timep, offset, tmp) function
1273 result = localsub(&newt, offset, tmp);
    [all...]
  /bionic/libc/tzcode/
localtime.c 213 static struct tm * localsub P((const time_t * timep, long offset,
1326 localsub(timep, offset, tmp) function
    [all...]
  /system/core/libcutils/
tztime.c 185 static struct tm * localsub P((const time_t * timep, long offset,
1172 ** is to not call it--so we drop its guts into "localsub", which can be
1181 localsub(timep, offset, tmp, sp) function
1221 result = localsub(&newt, offset, tmp, sp);
    [all...]

Completed in 19 milliseconds