Searched refs:toPat (Results 1 – 3 of 3) sorted by relevance
1349 String toPat; in TestToRules() local1350 toPat = set.toPattern(true); in TestToRules()1351 if (expToPat.equals(toPat)) { in TestToRules()1353 " => " + toPat); in TestToRules()1356 " => " + Utility.escape(toPat) + in TestToRules()
1345 String toPat; in TestToRules() local1346 toPat = set.toPattern(true); in TestToRules()1347 if (expToPat.equals(toPat)) { in TestToRules()1349 " => " + toPat); in TestToRules()1352 " => " + Utility.escape(toPat) + in TestToRules()
1776 UnicodeString toPat; in TestToRules() local1777 set.toPattern(toPat); in TestToRules()1778 if (expToPat == toPat) { in TestToRules()1780 " => " + toPat); in TestToRules()1783 " => " + prettify(toPat, TRUE) + in TestToRules()