Searched refs:testpat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp2301 UnicodeString testpat; local
2303 if (!tokens.next(testpat, ec)) goto error;
2307 if (testpat == "-") {
2313 testpat = pat;
2315 if (exppat == "-") exppat = testpat;
2321 f = new DecimalFormat(testpat, ec2);
2325 errln("FAIL: " + where + "Invalid pattern \"" + testpat +
2329 assertEquals(where + "\"" + testpat + "\".toPattern()",
2334 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2337 errln("FAIL: " + where + "Valid pattern \"" + testpat
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2324 UnicodeString testpat; local
2326 if (!tokens.next(testpat, ec)) goto error;
2330 if (testpat == "-") {
2336 testpat = pat;
2338 if (exppat == "-") exppat = testpat;
2344 f = new DecimalFormat(testpat, ec2);
2348 errln("FAIL: " + where + "Invalid pattern \"" + testpat +
2352 assertEquals(where + "\"" + testpat + "\".toPattern()",
2357 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2360 errln("FAIL: " + where + "Valid pattern \"" + testpat
[all...]

Completed in 986 milliseconds