Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c180 static int tzparse(const char * name, struct state * sp,
522 result = tzparse(&up->buf[1], &ts, FALSE); in tzload()
922 tzparse(const char *name, register struct state *const sp, in tzparse() function
1171 (void) tzparse(gmt, sp, TRUE); in gmtload()
1240 if (name[0] == ':' || tzparse(name, lclptr, FALSE) != 0) in tzset()