Lines Matching defs:testCases
253 UnicodeString testCases[] = {
265 // ICU 4.8 returns the original pattern (testCases),
293 //it_out << "\nPat in: " << testCases[i]);
298 form = new MessageFormat(testCases[i], Locale::getUS(), success);
301 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
304 // ICU 4.8 returns the original pattern (testCases),
306 if (form->toPattern(buffer) != testCases[i]) {
313 errln(((UnicodeString)" Orig: ") + testCases[i]);
314 errln(((UnicodeString)" Exp: ") + testCases[i]);