Home | History | Annotate | Download | only in intltest

Lines Matching refs:testpat

2778             UnicodeString testpat;
2780 if (!tokens.next(testpat, ec)) goto error;
2784 if (testpat == "-") {
2790 testpat = pat;
2792 if (exppat == "-") exppat = testpat;
2798 f = new DecimalFormat(testpat, ec2);
2802 errln("FAIL: " + where + "Invalid pattern \"" + testpat +
2806 assertEquals(where + "\"" + testpat + "\".toPattern()",
2811 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2814 errln("FAIL: " + where + "Valid pattern \"" + testpat +