Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/normperf/
Ddtfmtrtperf.h169 UnicodeString tzstr; in call() local
/third_party/ffmpeg/libavutil/tests/
Dparseutils.c172 static char tzstr[] = "TZ=CET-1"; in test_av_parse_time() local
/third_party/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp195 UnicodeString tzstr; in TestTimeZoneRoundTrip() local
1306 UnicodeString tzstr; in TestFormatCustomZone() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTimeZoneFormatTest.java166 String tzstr = sdf.format(DATES[datidx]); in TestTimeZoneRoundTrip() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java163 String tzstr = sdf.format(DATES[datidx]); in TestTimeZoneRoundTrip() local
/third_party/python/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py935 def zone_from_tzstr(self, tzstr): argument