Home
last modified time | relevance | path

Searched refs:tzparse (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c160 static bool tzparse(char const *, struct state *, bool);
581 if (tzparse(&up->buf[1], ts, false) in tzloadbody()
1014 tzparse(const char *name, struct state *sp, bool lastditch) in tzparse() function
1250 tzparse(gmt, sp, true); in gmtload()
1273 if (err != 0 && name && name[0] != ':' && tzparse(name, sp, false)) in zoneinit()