Searched refs:newpat (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c72 const char* newpat[] = { "#0.#", "#0.", "#.0", "#" }; local
96 u_uastrcpy(unewpat, newpat[i]);
98 log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) );
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUnicodeSetTest.java1394 String newpat = set.toPattern(true);
1395 if (newpat.equals(exp)) {
1396 logln(Utility.escape(pat) + " => " + newpat);
1398 errln("FAIL: " + Utility.escape(pat) + " => " + newpat);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java1393 String newpat = set.toPattern(true);
1394 if (newpat.equals(exp)) {
1395 logln(Utility.escape(pat) + " => " + newpat);
1397 errln("FAIL: " + Utility.escape(pat) + " => " + newpat);
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp1418 UnicodeString newpat; local
1419 set.toPattern(newpat, TRUE);
1420 if (newpat == UnicodeString(exp, -1, US_INV)) {
1421 logln(escape(pat) + " => " + newpat);
1423 errln((UnicodeString)"FAIL: " + escape(pat) + " => " + newpat);
H A Dnumfmtst.cpp683 const char* newpat[] = { "#0.#", "#0.", "#.0", "#" }; local
691 if (!(newp == newpat[i]))
692 errln((UnicodeString)"FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java614 final String newpat[] = { "#0.#", "#0.", "#.0", "#" };
620 if (!newp.equals(newpat[i]))
621 errln("FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java613 final String newpat[] = { "#0.#", "#0.", "#.0", "#" };
619 if (!newp.equals(newpat[i]))
620 errln("FAIL: Pattern " + pat[i] + " should transmute to " + newpat[i] +

Completed in 186 milliseconds