Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/tzdata/
Dlocaltime.c168 static bool tzparse(char const *, struct state *, struct state *);
627 if (tzparse(&up->buf[1], ts, sp)) { in tzloadbody()
1108 tzparse(const char *name, struct state *sp, struct state *basep) in tzparse() function
1389 tzparse("GMT0", sp, NULL); in gmtload()
1412 if (err != 0 && name && name[0] != ':' && tzparse(name, sp, NULL)) in zoneinit()
/third_party/python/Doc/whatsnew/
D2.5.rst1509 :mod:`statcache`, :mod:`tzparse`, :mod:`whrandom`.
/third_party/python/Misc/
DHISTORY18758 lockfile, newdir, ni, packmail, poly, rand, statcache, tb, tzparse,
19315 - moved deprecated modules to Lib/lib-old: whrandom, tzparse, statcache.
25083 - tzparse.py is now obsolete.
33030 * Small fixes to Lib/aifc.py, Lib/sunau.py, Lib/tzparse.py to make
33699 undocumented and unfinished module tzparse is now obsolete and will
34066 tzparse: parse the TZ environment parameter (this may be less general