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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
ZoneProc.c 238 getoffset( function
600 name = getoffset(name, &stdoffset);
614 name = getoffset(name, &dstoffset);
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 142 static const char * getoffset(const char * strp, int_fast32_t * offsetp);
755 getoffset(register const char *strp, int_fast32_t *const offsetp) function
820 strp = getoffset(strp, &rulep->r_time);
958 name = getoffset(name, &stdoffset);
979 name = getoffset(name, &dstoffset);
    [all...]
  /bionic/libc/tzcode/
localtime.c 847 getoffset(register const char *strp, int_fast32_t *const offsetp) function
912 strp = getoffset(strp, &rulep->r_time);
1046 name = getoffset(name, &stdoffset);
1075 name = getoffset(name, &dstoffset);
    [all...]

Completed in 217 milliseconds