Home | History | Annotate | Download | only in intltest

Lines Matching full:testpat

2292             UnicodeString testpat;
2294 if (!tokens.next(testpat, ec)) goto error;
2298 if (testpat == "-") {
2304 testpat = pat;
2306 if (exppat == "-") exppat = testpat;
2312 f = new DecimalFormat(testpat, ec2);
2316 errln("FAIL: " + where + "Invalid pattern \"" + testpat +
2320 assertEquals(where + "\"" + testpat + "\".toPattern()",
2325 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2328 errln("FAIL: " + where + "Valid pattern \"" + testpat +