Lines Matching refs:toPattern
47 set.toPattern(pat); in operator +()
115 test.toPattern(ustrPat, TRUE); in Testj2268()
235 testSet.toPattern(pat0, TRUE); in checkPat()
243 testSet.toPattern(pat2, FALSE); in checkPat()
857 testList[i]->toPattern(pat0, TRUE); in TestStrings()
858 testList[i+1]->toPattern(pat1, TRUE); in TestStrings()
1304 s.toPattern(buf, TRUE) + ", expected " + exp); in TestCloseOver()
1345 … errln((UnicodeString)"old "+s.toPattern(buf, TRUE)+" new: "+t.toPattern(buf2, TRUE)); in TestCloseOver()
1362 errln((UnicodeString)"FAIL: closeOver("+s2.toPattern(buf, TRUE)+") differs: "); in TestCloseOver()
1363 … errln((UnicodeString)"old "+s.toPattern(buf, TRUE)+" new: "+t.toPattern(buf2, TRUE)); in TestCloseOver()
1422 set.toPattern(newpat, TRUE); in TestEscapePattern()
1453 logln(label + " => " + set.toPattern(pat, TRUE)); in expectRange()
1457 set.toPattern(pat, TRUE) + in expectRange()
1458 ", expected " + exp.toPattern(xpat, TRUE)); in expectRange()
1692 errln((UnicodeString)"Failed, got " + us.toPattern(a, TRUE) + in TestSymbolTable()
1693 ", expected " + us2.toPattern(b, TRUE)); in TestSymbolTable()
1695 logln((UnicodeString)"Ok, got " + us.toPattern(a, TRUE)); in TestSymbolTable()
1937 s.toPattern(pat, FALSE); in checkRoundTrip()
1951 s.toPattern(pat, TRUE); in checkRoundTrip()
2009 UnicodeString source; s.toPattern(source, TRUE); in checkEqual()
2010 UnicodeString result; t.toPattern(result, TRUE); in checkEqual()
2045 set.toPattern(pat); in expectContainment()
2112 set.toPattern(temppattern); in expectPattern()
2142 set.toPattern(pat, TRUE); in expectToPattern()
3914 surrogates.toPattern(pat, FALSE); // bad: [ 0xd83a, 0xdc00, 0x2d, 0xdfff ] in TestUCAUnsafeBackwards()