Home | History | Annotate | Download | only in intltest

Lines Matching defs:matchString

3131     UnicodeString   matchString
3197 matchString = quotedStuffMat.group(2, status);
3216 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
4105 UnicodeString matchString = fields[1];
4106 matchString.findAndReplace(nulnulSrc, nulnul);
4107 matchString.findAndReplace(ffffSrc, ffff);
4112 matchString.findAndReplace(UNICODE_STRING_SIMPLE("\\n"), "\n");
4119 RegexMatcher *testMat = testPat->matcher(matchString, status);
4488 UnicodeString matchString = fields[1];
4489 matchString.findAndReplace(nulnulSrc, nulnul);
4490 matchString.findAndReplace(ffffSrc, ffff);
4495 matchString.findAndReplace(UNICODE_STRING_SIMPLE("\\n"), "\n");
4501 inputLength = matchString.extract(inputChars, inputCapacity, UTF8Converter.getAlias(), status);
4507 matchString.extract(inputChars, inputCapacity, UTF8Converter.getAlias(), status);