/bionic/libc/tzcode/ |
localtime.c | 158 static const char * getoffset(const char * strp, int_fast32_t * offsetp); 768 getoffset(register const char *strp, int_fast32_t *const offsetp) function 833 strp = getoffset(strp, &rulep->r_time); 970 name = getoffset(name, &stdoffset); 991 name = getoffset(name, &dstoffset); [all...] |
/external/chromium_org/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/icu/icu4c/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...] |