Searched refs:toPat (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorTest.java1345 String toPat;
1346 toPat = set.toPattern(true);
1347 if (expToPat.equals(toPat)) {
1349 " => " + toPat);
1352 " => " + Utility.escape(toPat) +
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java1342 String toPat;
1343 toPat = set.toPattern(true);
1344 if (expToPat.equals(toPat)) {
1346 " => " + toPat);
1349 " => " + Utility.escape(toPat) +
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp1779 UnicodeString toPat; local
1780 set.toPattern(toPat);
1781 if (expToPat == toPat) {
1783 " => " + toPat);
1786 " => " + prettify(toPat, TRUE) +

Completed in 193 milliseconds