Lines Matching full:testpat
2019 UnicodeString testpat;
2021 if (!tokens.next(testpat, ec)) goto error;
2025 if (testpat == "-") {
2031 testpat = pat;
2033 if (exppat == "-") exppat = testpat;
2039 f = new DecimalFormat(testpat, ec2);
2043 errln("FAIL: " + where + "Invalid pattern \"" + testpat +
2047 assertEquals(where + "\"" + testpat + "\".toPattern()",
2052 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2055 errln("FAIL: " + where + "Valid pattern \"" + testpat +