Home | History | Annotate | Download | only in intltest

Lines Matching defs:parseMatcher

3294     RegexMatcher        *parseMatcher  = NULL;
3443 parseMatcher = parsePat->matcher(unEscapedInput, status);
3445 while(parseMatcher->find()) {
3446 parseMatcher->appendReplacement(deTaggedInput, "", status);
3448 UnicodeString groupNum = parseMatcher->group(2, status);
3451 if (parseMatcher->group(1, status) == "/") {
3458 if (parseMatcher->group(1, status) == "/") {
3465 parseMatcher->appendTail(deTaggedInput);
3705 delete parseMatcher;