Home
last modified time | relevance | path

Searched defs:tzstr (Results 1 – 10 of 10) sorted by relevance

/external/python/dateutil/dateutil/parser/
Disoparser.py182 def parse_tzstr(self, tzstr, zero_as_utc=True): argument
378 def _parse_tzstr(self, tzstr, zero_as_utc=True): argument
D_parser.py1380 def parse(self, tzstr): argument
1575 def _parsetz(tzstr): argument
/external/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h169 UnicodeString tzstr; in call() local
/external/python/dateutil/dateutil/test/
Dtest_isoparser.py334 def test_parse_tzstr_zero_as_utc(tzstr, zero_as_utc): argument
347 def test_parse_tzstr_fails(tzstr, exception): argument
Dtest_rrule.py2705 def parse_tzstr(tzstr): argument
2726 def tzinfos(tzstr): argument
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp191 UnicodeString tzstr; in TestTimeZoneRoundTrip() local
1293 UnicodeString tzstr; in TestFormatCustomZone() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java166 String tzstr = sdf.format(DATES[datidx]); in TestTimeZoneRoundTrip() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java163 String tzstr = sdf.format(DATES[datidx]); in TestTimeZoneRoundTrip() local
/external/python/dateutil/dateutil/tz/
Dtz.py1031 class tzstr(tzrange): class
/external/python/cpython3/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py935 def zone_from_tzstr(self, tzstr): argument