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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp3147 RegexMatcher *parseMatcher = NULL; local
3293 parseMatcher = parsePat->matcher(unEscapedInput, status);
3295 while(parseMatcher->find()) {
3296 parseMatcher->appendReplacement(deTaggedInput, "", status);
3298 UnicodeString groupNum = parseMatcher->group(2, status);
3301 if (parseMatcher->group(1, status) == "/") {
3308 if (parseMatcher->group(1, status) == "/") {
3315 parseMatcher->appendTail(deTaggedInput);
3555 delete parseMatcher;
/external/icu4c/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 86 milliseconds