Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3325 RegexMatcher *parseMatcher = NULL; in regex_find() local
3474 parseMatcher = parsePat->matcher(unEscapedInput, status); in regex_find()
3476 while(parseMatcher->find()) { in regex_find()
3477 parseMatcher->appendReplacement(deTaggedInput, "", status); in regex_find()
3479 UnicodeString groupNum = parseMatcher->group(2, status); in regex_find()
3482 if (parseMatcher->group(1, status) == "/") { in regex_find()
3489 if (parseMatcher->group(1, status) == "/") { in regex_find()
3496 parseMatcher->appendTail(deTaggedInput); in regex_find()
3746 delete parseMatcher; in regex_find()