Home | History | Annotate | Download | only in intltest

Lines Matching refs:findAndReplace

3127     rules2.findAndReplace(SPACE, EMPTY);
3128 rules2.findAndReplace(NEWLINE, EMPTY);
3129 rules2.findAndReplace(RETURN, EMPTY);
3131 UnicodeString testRules(testRulesForward); testRules.findAndReplace(SPACE, EMPTY);