Home
last modified time | relevance | path

Searched refs:tzparse (Results 1 – 4 of 4) 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()
/external/python/cpython2/Misc/
Dcheatsheet2001 tzparse Parse a timezone specification.
DHISTORY1374 lockfile, newdir, ni, packmail, poly, rand, statcache, tb, tzparse,
1931 - moved deprecated modules to Lib/lib-old: whrandom, tzparse, statcache.
7704 - tzparse.py is now obsolete.
15651 * Small fixes to Lib/aifc.py, Lib/sunau.py, Lib/tzparse.py to make
16320 undocumented and unfinished module tzparse is now obsolete and will
16687 tzparse: parse the TZ environment parameter (this may be less general
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1508 :mod:`statcache`, :mod:`tzparse`, :mod:`whrandom`.