Home | History | Annotate | Download | only in intltest

Lines Matching refs:parseMatcher

3381     RegexMatcher        *parseMatcher  = NULL;
3530 parseMatcher = parsePat->matcher(unEscapedInput, status);
3532 while(parseMatcher->find()) {
3533 parseMatcher->appendReplacement(deTaggedInput, "", status);
3535 UnicodeString groupNum = parseMatcher->group(2, status);
3538 if (parseMatcher->group(1, status) == "/") {
3545 if (parseMatcher->group(1, status) == "/") {
3552 parseMatcher->appendTail(deTaggedInput);
3795 delete parseMatcher;