Lines Matching refs:tzstr
191 UnicodeString tzstr; in TestTimeZoneRoundTrip() local
195 sdf->format(DATES[datidx], tzstr, fpos); in TestTimeZoneRoundTrip()
213 sdf->parse(tzstr, *outcal, pos); in TestTimeZoneRoundTrip()
245 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
250 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
259 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
279 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
284 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
308 while (idx < tzstr.length()) { in TestTimeZoneRoundTrip()
309 UChar32 cp = tzstr.char32At(idx); in TestTimeZoneRoundTrip()
317 if (isOffsetFormat || tzstr == localGMTString) { in TestTimeZoneRoundTrip()
328 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
336 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
1293 UnicodeString tzstr; in TestFormatCustomZone() local
1296 tzfmt->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, now, tzstr, NULL); in TestFormatCustomZone()
1297 assertEquals(UnicodeString("Format result for ") + tzid, expected, tzstr); in TestFormatCustomZone()