Home | History | Annotate | Download | only in intltest

Lines Matching refs:regex_find

593 //                 Avoid the use of REGEX_FIND test macro, which has
614 // REGEX_FIND("", "<0>ab<1>cc</1><2>ccc</2></0>ddd");
615 // REGEX_FIND("(X([abc=X]+)+X)|(y[abc=]+)", "=XX====================");
3303 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
3314 // regex_find(pattern, flags, inputString, lineNumber)
3364 void RegexTest::regex_find(const UnicodeString &pattern,