Searched refs:parseMatcher (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp3294 RegexMatcher *parseMatcher = NULL; local
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;

Completed in 182 milliseconds