Home | History | Annotate | Download | only in intltest

Lines Matching refs:testCases

255     UnicodeString testCases[] = {
267 // ICU 4.8 returns the original pattern (testCases),
295 //it_out << "\nPat in: " << testCases[i]);
300 form = new MessageFormat(testCases[i], Locale::getUS(), success);
303 logln(((UnicodeString)"MessageFormat for ") + testCases[i] + " creation failed.\n");
306 // ICU 4.8 returns the original pattern (testCases),
308 if (form->toPattern(buffer) != testCases[i]) {
315 errln(((UnicodeString)" Orig: ") + testCases[i]);
316 errln(((UnicodeString)" Exp: ") + testCases[i]);