• Home
  • Raw
  • Download

Lines Matching refs:toPattern

38     set.toPattern(pat);  in operator +()
110 test.toPattern(ustrPat, TRUE); in Testj2268()
230 testSet.toPattern(pat0, TRUE); in checkPat()
238 testSet.toPattern(pat2, FALSE); in checkPat()
852 testList[i]->toPattern(pat0, TRUE); in TestStrings()
853 testList[i+1]->toPattern(pat1, TRUE); in TestStrings()
1299 s.toPattern(buf, TRUE) + ", expected " + exp); in TestCloseOver()
1340 … errln((UnicodeString)"old "+s.toPattern(buf, TRUE)+" new: "+t.toPattern(buf2, TRUE)); in TestCloseOver()
1357 errln((UnicodeString)"FAIL: closeOver("+s2.toPattern(buf, TRUE)+") differs: "); in TestCloseOver()
1358 … errln((UnicodeString)"old "+s.toPattern(buf, TRUE)+" new: "+t.toPattern(buf2, TRUE)); in TestCloseOver()
1417 set.toPattern(newpat, TRUE); in TestEscapePattern()
1448 logln(label + " => " + set.toPattern(pat, TRUE)); in expectRange()
1452 set.toPattern(pat, TRUE) + in expectRange()
1453 ", expected " + exp.toPattern(xpat, TRUE)); in expectRange()
1687 errln((UnicodeString)"Failed, got " + us.toPattern(a, TRUE) + in TestSymbolTable()
1688 ", expected " + us2.toPattern(b, TRUE)); in TestSymbolTable()
1690 logln((UnicodeString)"Ok, got " + us.toPattern(a, TRUE)); in TestSymbolTable()
1909 UnicodeString pat; s.toPattern(pat, FALSE); in checkRoundTrip()
1918 s.toPattern(pat, TRUE); in checkRoundTrip()
1951 UnicodeString source; s.toPattern(source, TRUE); in checkEqual()
1952 UnicodeString result; t.toPattern(result, TRUE); in checkEqual()
1987 set.toPattern(pat); in expectContainment()
2054 set.toPattern(temppattern); in expectPattern()
2084 set.toPattern(pat, TRUE); in expectToPattern()