Lines Matching refs:RegexMatcher
371 RegexMatcher *REMatcher = NULL; in doRegexLMTest()
434 RegexMatcher *REMatcher = NULL; in doRegexLMTestUTF8()
587 … RegexMatcher *m = pattern->matcher(UNICODE_STRING_SIMPLE("a\\u00dfxzzz").unescape(), status); in Basic()
732 RegexMatcher matcher(&pattern, 0, status); in UTextBasic()
789 RegexMatcher *m1 = pat2->matcher(inStr1, status); in API_Match()
862 RegexMatcher m("A?", 0, status); // will match zero length string. in API_Match()
913 RegexMatcher *matcher = pat->matcher(data, status); in API_Match()
973 RegexMatcher *matcher = pat->matcher(data, status); in API_Match()
1027 RegexMatcher *matcher = pat->matcher(data, status); in API_Match()
1051 … RegexMatcher m("(?= ?)", 0, status); // This pattern will zero-length matches anywhere, in API_Match()
1084 RegexMatcher m(".?", 0, status); in API_Match()
1105 RegexMatcher m(".?", 0, status); in API_Match()
1114 RegexMatcher *m = p->matcher(status); in API_Match()
1129 RegexMatcher m(".*", testString, 0, status); in API_Match()
1182 RegexMatcher m1(".*", testString, 0, status); in API_Match()
1189 RegexMatcher m2("a*", testString, 0, status); in API_Match()
1196 RegexMatcher m3(".*$", testString, 0, status); in API_Match()
1214 RegexMatcher m(".", 0, status); in API_Match()
1218 RegexMatcher *m2 = p->matcher(ucharString, status); // should not compile. in API_Match()
1220 RegexMatcher m3(".", ucharString, 0, status); // Should not compile in API_Match()
1235 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match()
1247 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match()
1263 RegexMatcher matcher("(A)+A$", testString, 0, status); in API_Match()
1290 RegexMatcher matcher("abc", testString, 0, status); in API_Match()
1334 RegexMatcher *matcher = pat->matcher(data, status); in API_Replace()
1406 RegexMatcher *matcher2 = pat2->matcher(d5, status); in API_Replace()
1458 RegexMatcher m("ss(.*?)ee", 0, status); in API_Replace()
1574 RegexMatcher *mFromClone = pClone->matcher(status); in API_Pattern()
1806 RegexMatcher *m = pat1->matcher(Hello, status); in API_Pattern()
1808 REGEX_ASSERT(m->getDynamicClassID() == RegexMatcher::getStaticClassID()); in API_Pattern()
1863 RegexMatcher *m1 = &pat2->matcher(status)->reset(&input1); in API_Match_UTF8()
1935 RegexMatcher m("A?", 0, status); // will match zero length string. in API_Match_UTF8()
1994 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8()
2139 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8()
2201 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8()
2228 … RegexMatcher m("(?= ?)", 0, status); // This pattern will zero-length matches anywhere, in API_Match_UTF8()
2265 RegexMatcher m(".?", 0, status); in API_Match_UTF8()
2289 RegexMatcher m(".?", 0, status); in API_Match_UTF8()
2298 RegexMatcher *m = p->matcher(status); in API_Match_UTF8()
2319 RegexMatcher m(&testPattern, &testText, 0, status); in API_Match_UTF8()
2381 RegexMatcher m1(&testPattern, &testText, 0, status); in API_Match_UTF8()
2390 RegexMatcher m2(&testPattern, &testText, 0, status); in API_Match_UTF8()
2399 RegexMatcher m3(&testPattern, &testText, 0, status); in API_Match_UTF8()
2437 RegexMatcher *matcher = &pat->matcher(status)->reset(&dataText); in API_Replace_UTF8()
2591 RegexMatcher *matcher2 = &pat2->matcher(status)->reset(&dataText); in API_Replace_UTF8()
2723 RegexMatcher m(&re, 0, status); in API_Replace_UTF8()
2866 RegexMatcher *mFromClone = pClone->matcher(status); in API_Pattern_UTF8()
3094 RegexMatcher matcher(UnicodeString("(:)"), 0, status); in API_Pattern_UTF8()
3187 RegexMatcher quotedStuffMat(UNICODE_STRING_SIMPLE("\\s*([\\'\\\"/])(.*?)\\1"), 0, status); in Extended()
3188 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in Extended()
3189 …RegexMatcher flagsMat (UNICODE_STRING_SIMPLE("\\s*([ixsmdteDEGLMQvabtyYzZ2-9]*)([:letter:]… in Extended()
3191 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(.*?)\\r?\\n"), testString, 0, status); in Extended()
3357 RegexMatcher *parseMatcher = NULL; in regex_find()
3359 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; in regex_find()
4050 RegexMatcher* lineMat = linePat->matcher(testDataString, status); in PerlTests()
4065 RegexMatcher* flagMat = flagPat->matcher(status); in PerlTests()
4082 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTests()
4086 RegexMatcher *cgMat = cgPat->matcher(status); in PerlTests()
4197 RegexMatcher *testMat = testPat->matcher(matchString, status); in PerlTests()
4419 RegexMatcher* lineMat = linePat->matcher(testDataString, status); in PerlTestsUTF8()
4434 RegexMatcher* flagMat = flagPat->matcher(status); in PerlTestsUTF8()
4451 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTestsUTF8()
4455 RegexMatcher *cgMat = cgPat->matcher(status); in PerlTestsUTF8()
4592 RegexMatcher *testMat = &testPat->matcher(status)->reset(&inputText); in PerlTestsUTF8()
4775 RegexMatcher matcher(pattern, s, flags, status); in Bug6149()
4820 RegexMatcher matcher("x", 0, status); in Callbacks()
4834 …RegexMatcher matcher(UNICODE_STRING_SIMPLE("((.)+\\2)+x"), 0, status); // A pattern that can run … in Callbacks()
4924 RegexMatcher matcher("x", 0, status); in FindProgressCallbacks()
4938 RegexMatcher matcher(UNICODE_STRING_SIMPLE("((.)\\2)x"), 0, status); in FindProgressCallbacks()
5252 RegexMatcher *m = new RegexMatcher(UnicodeString("<<(?<mid>.+?)>>"), text, 0, status); in NamedCapture()
5262 m = new RegexMatcher(UnicodeString("..(?<one>m)(.)(.)"), text, 0, status); in NamedCapture()
5489 RegexMatcher *REMatcher = NULL; in Bug7651()
5518 RegexMatcher *m = new RegexMatcher(pattern, text, 0, status); in Bug7740()
5534 …RegexMatcher* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE… in Bug8479()
5553 RegexMatcher* const pMatcher = new RegexMatcher(".", 0, status); in Bug7029()
5693 LocalPointer<RegexMatcher> matcher(compiledPat->matcher(status)); in TestCase11049()
5791 RegexMatcher matcher(UnicodeString("(A)|(B)"), 0, status); in TestBug11480()
5817 RegexMatcher m(pattern, text, 0, status); in TestBug12884()
5826 RegexMatcher ngM(ngPattern, text, 0, status); in TestBug12884()
5861 RegexMatcher matcher(upat, 0, status); in TestBug13631()