Searched refs:fmtTokyo (Results 1 – 2 of 2) sorted by relevance
1259 …String fmtTokyo = "Mar 3, 03:30 \u2013 10:30"; // ICU4C result is "Mar 3, 03:30 \u2013 10:30" (doe… in TestGetSetTimeZone() local1273 if (!buf.toString().equals(fmtTokyo)) { in TestGetSetTimeZone()1274 … errln("DateIntervalFormat for tzTokyo, expect \"" + fmtTokyo + "\", get \"" + buf + "\""); in TestGetSetTimeZone()
335 UnicodeString fmtTokyo = UnicodeString(ctou("Mar 3, 03:30 \\u2013 10:30")); in testAPI() local356 if ( res.compare(fmtTokyo) != 0 ) { in testAPI()357 … errln("ERROR: DateIntervalFormat::format for fmtTokyo, expect " + fmtTokyo + ", get " + res); in testAPI()