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

  /bionic/libc/tzcode/
localtime.c 208 static const char * getoffset P((const char * strp, long * offsetp));
819 getoffset(strp, offsetp) function
1034 name = getoffset(name, &stdoffset);
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 147 static const char * getoffset(const char * strp, long * offsetp);
732 getoffset(strp, offsetp) function
947 name = getoffset(name, &stdoffset);
968 name = getoffset(name, &dstoffset);
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 147 static const char * getoffset(const char * strp, long * offsetp);
732 getoffset(strp, offsetp) function
947 name = getoffset(name, &stdoffset);
968 name = getoffset(name, &dstoffset);
    [all...]
  /system/core/libcutils/
tztime.c 180 static const char * getoffset P((const char * strp, long * offsetp));
752 getoffset(strp, offsetp) function
967 name = getoffset(name, &stdoffset);
989 name = getoffset(name, &dstoffset);
    [all...]

Completed in 15 milliseconds