Lines Matching refs:tzstr
180 UnicodeString tzstr; in TestTimeZoneRoundTrip() local
184 sdf->format(DATES[datidx], tzstr, fpos); in TestTimeZoneRoundTrip()
202 sdf->parse(tzstr, *outcal, pos); in TestTimeZoneRoundTrip()
234 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
239 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
248 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
268 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
273 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
296 for (int n = 0; n < tzstr.length(); n++) { in TestTimeZoneRoundTrip()
297 if (u_isdigit(tzstr.charAt(n))) { in TestTimeZoneRoundTrip()
303 if (isOffsetFormat || tzstr == localGMTString) { in TestTimeZoneRoundTrip()
314 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()
322 + ", time=" + DATES[datidx] + ", str=" + tzstr in TestTimeZoneRoundTrip()