Home | History | Annotate | Download | only in intltest

Lines Matching full:testpat

2287             UnicodeString testpat;
2289 if (!tokens.next(testpat, ec)) goto error;
2293 if (testpat == "-") {
2299 testpat = pat;
2301 if (exppat == "-") exppat = testpat;
2307 f = new DecimalFormat(testpat, ec2);
2311 errln("FAIL: " + where + "Invalid pattern \"" + testpat +
2315 assertEquals(where + "\"" + testpat + "\".toPattern()",
2320 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2323 errln("FAIL: " + where + "Valid pattern \"" + testpat +