Lines Matching refs:tzstr
189 UnicodeString tzstr; in TestTimeZoneRoundTrip() local
193 sdf->format(DATES[datidx], tzstr, fpos); in TestTimeZoneRoundTrip()
211 sdf->parse(tzstr, *outcal, pos); in TestTimeZoneRoundTrip()
243 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
248 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
257 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
277 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
282 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
306 while (idx < tzstr.length()) { in TestTimeZoneRoundTrip()
307 UChar32 cp = tzstr.char32At(idx); in TestTimeZoneRoundTrip()
315 if (isOffsetFormat || tzstr == localGMTString) { in TestTimeZoneRoundTrip()
326 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
334 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
1253 UnicodeString tzstr; in TestFormatCustomZone() local
1256 tzfmt->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, now, tzstr, NULL); in TestFormatCustomZone()
1257 assertEquals(UnicodeString("Format result for ") + tzid, expected, tzstr); in TestFormatCustomZone()