Home | History | Annotate | Download | only in intltest

Lines Matching full:regex_find

467 //                 Avoid the use of REGEX_FIND test macro, which has
483 // REGEX_FIND("(?>(abc{2,4}?))(c*)", "<0>ab<1>cc</1><2>ccc</2></0>ddd");
484 // REGEX_FIND("(X([abc=X]+)+X)|(y[abc=]+)", "=XX====================");
3069 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
3080 // regex_find(pattern, flags, inputString, lineNumber)
3130 void RegexTest::regex_find(const UnicodeString &pattern,