/bionic/libc/tzcode/ |
localtime.c | 196 static int tzparse(const char * name, struct state * sp, 535 result = tzparse(&up->buf[1], ts, FALSE); 935 tzparse(const char * name, register struct state * const sp, function [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
localtime.c | 183 static int tzparse(const char * name, struct state * sp, 530 result = tzparse(&u.buf[1], &ts, FALSE); 908 tzparse(name, sp, lastditch) function 1147 (void) tzparse(gmt, sp, TRUE); 1216 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0) [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
localtime.c | 183 static int tzparse(const char * name, struct state * sp, 530 result = tzparse(&u.buf[1], &ts, FALSE); 908 tzparse(name, sp, lastditch) function 1147 (void) tzparse(gmt, sp, TRUE); 1216 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0) [all...] |