Searched refs:fmtCalif (Results 1 – 2 of 2) sorted by relevance
1258 …String fmtCalif = "Mar 2, 10:30 \u2013 17:30"; // ICU4C result is "Mar 2, 10:30 \u2013 17:30" (doe… in TestGetSetTimeZone() local1265 if (!buf.toString().equals(fmtCalif)) { in TestGetSetTimeZone()1266 … errln("DateIntervalFormat for tzCalif, expect \"" + fmtCalif + "\", get \"" + buf + "\""); in TestGetSetTimeZone()
334 UnicodeString fmtCalif = UnicodeString(ctou("Mar 2, 10:30 \\u2013 17:30")); in testAPI() local343 if ( res.compare(fmtCalif) != 0 ) { in testAPI()344 … errln("ERROR: DateIntervalFormat::format for tzCalif, expect " + fmtCalif + ", get " + res); in testAPI()