Lines Matching refs:toPattern
41 set.toPattern(pat); in operator +()
109 test.toPattern(ustrPat, TRUE); in Testj2268()
229 testSet.toPattern(pat0, TRUE); in checkPat()
237 testSet.toPattern(pat2, FALSE); in checkPat()
851 testList[i]->toPattern(pat0, TRUE); in TestStrings()
852 testList[i+1]->toPattern(pat1, TRUE); in TestStrings()
1298 s.toPattern(buf, TRUE) + ", expected " + exp); in TestCloseOver()
1339 … errln((UnicodeString)"old "+s.toPattern(buf, TRUE)+" new: "+t.toPattern(buf2, TRUE)); in TestCloseOver()
1356 errln((UnicodeString)"FAIL: closeOver("+s2.toPattern(buf, TRUE)+") differs: "); in TestCloseOver()
1357 … errln((UnicodeString)"old "+s.toPattern(buf, TRUE)+" new: "+t.toPattern(buf2, TRUE)); in TestCloseOver()
1416 set.toPattern(newpat, TRUE); in TestEscapePattern()
1447 logln(label + " => " + set.toPattern(pat, TRUE)); in expectRange()
1451 set.toPattern(pat, TRUE) + in expectRange()
1452 ", expected " + exp.toPattern(xpat, TRUE)); in expectRange()
1686 errln((UnicodeString)"Failed, got " + us.toPattern(a, TRUE) + in TestSymbolTable()
1687 ", expected " + us2.toPattern(b, TRUE)); in TestSymbolTable()
1689 logln((UnicodeString)"Ok, got " + us.toPattern(a, TRUE)); in TestSymbolTable()
1931 s.toPattern(pat, FALSE); in checkRoundTrip()
1945 s.toPattern(pat, TRUE); in checkRoundTrip()
2003 UnicodeString source; s.toPattern(source, TRUE); in checkEqual()
2004 UnicodeString result; t.toPattern(result, TRUE); in checkEqual()
2039 set.toPattern(pat); in expectContainment()
2106 set.toPattern(temppattern); in expectPattern()
2136 set.toPattern(pat, TRUE); in expectToPattern()
3908 surrogates.toPattern(pat, FALSE); // bad: [ 0xd83a, 0xdc00, 0x2d, 0xdfff ] in TestUCAUnsafeBackwards()