Searched refs:tzparse (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/tzcode/ |
D | localtime.c | 156 static bool tzparse(char const *, struct state *, struct state *); 665 if (tzparse(&up->buf[1], ts, sp)) { in tzloadbody() 1148 tzparse(const char *name, struct state *sp, struct state *basep) in tzparse() function 1423 tzparse("UTC0", sp, NULL); in gmtload() 1446 if (err != 0 && name && name[0] != ':' && tzparse(name, sp, NULL)) in zoneinit()
|