• Home
  • Raw
  • Download

Lines Matching refs:RegexMatcher

366     RegexMatcher        *REMatcher = NULL;  in doRegexLMTest()
429 RegexMatcher *REMatcher = NULL; in doRegexLMTestUTF8()
582RegexMatcher *m = pattern->matcher(UNICODE_STRING_SIMPLE("a\\u00dfxzzz").unescape(), status); in Basic()
727 RegexMatcher matcher(&pattern, 0, status); in UTextBasic()
784 RegexMatcher *m1 = pat2->matcher(inStr1, status); in API_Match()
857 RegexMatcher m("A?", 0, status); // will match zero length string. in API_Match()
908 RegexMatcher *matcher = pat->matcher(data, status); in API_Match()
968 RegexMatcher *matcher = pat->matcher(data, status); in API_Match()
1022 RegexMatcher *matcher = pat->matcher(data, status); in API_Match()
1046RegexMatcher m("(?= ?)", 0, status); // This pattern will zero-length matches anywhere, in API_Match()
1079 RegexMatcher m(".?", 0, status); in API_Match()
1100 RegexMatcher m(".?", 0, status); in API_Match()
1109 RegexMatcher *m = p->matcher(status); in API_Match()
1124 RegexMatcher m(".*", testString, 0, status); in API_Match()
1177 RegexMatcher m1(".*", testString, 0, status); in API_Match()
1184 RegexMatcher m2("a*", testString, 0, status); in API_Match()
1191 RegexMatcher m3(".*$", testString, 0, status); in API_Match()
1209 RegexMatcher m(".", 0, status); in API_Match()
1213 RegexMatcher *m2 = p->matcher(ucharString, status); // should not compile. in API_Match()
1215 RegexMatcher m3(".", ucharString, 0, status); // Should not compile in API_Match()
1230 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match()
1242 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match()
1258 RegexMatcher matcher("(A)+A$", testString, 0, status); in API_Match()
1285 RegexMatcher matcher("abc", testString, 0, status); in API_Match()
1329 RegexMatcher *matcher = pat->matcher(data, status); in API_Replace()
1401 RegexMatcher *matcher2 = pat2->matcher(d5, status); in API_Replace()
1453 RegexMatcher m("ss(.*?)ee", 0, status); in API_Replace()
1569 RegexMatcher *mFromClone = pClone->matcher(status); in API_Pattern()
1801 RegexMatcher *m = pat1->matcher(Hello, status); in API_Pattern()
1803 REGEX_ASSERT(m->getDynamicClassID() == RegexMatcher::getStaticClassID()); in API_Pattern()
1858 RegexMatcher *m1 = &pat2->matcher(status)->reset(&input1); in API_Match_UTF8()
1930 RegexMatcher m("A?", 0, status); // will match zero length string. in API_Match_UTF8()
1989 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8()
2109 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8()
2171 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8()
2198RegexMatcher m("(?= ?)", 0, status); // This pattern will zero-length matches anywhere, in API_Match_UTF8()
2235 RegexMatcher m(".?", 0, status); in API_Match_UTF8()
2259 RegexMatcher m(".?", 0, status); in API_Match_UTF8()
2268 RegexMatcher *m = p->matcher(status); in API_Match_UTF8()
2289 RegexMatcher m(&testPattern, &testText, 0, status); in API_Match_UTF8()
2351 RegexMatcher m1(&testPattern, &testText, 0, status); in API_Match_UTF8()
2360 RegexMatcher m2(&testPattern, &testText, 0, status); in API_Match_UTF8()
2369 RegexMatcher m3(&testPattern, &testText, 0, status); in API_Match_UTF8()
2407 RegexMatcher *matcher = &pat->matcher(status)->reset(&dataText); in API_Replace_UTF8()
2561 RegexMatcher *matcher2 = &pat2->matcher(status)->reset(&dataText); in API_Replace_UTF8()
2691 RegexMatcher m(&re, 0, status); in API_Replace_UTF8()
2834 RegexMatcher *mFromClone = pClone->matcher(status); in API_Pattern_UTF8()
3124 RegexMatcher quotedStuffMat(UNICODE_STRING_SIMPLE("\\s*([\\'\\\"/])(.*?)\\1"), 0, status); in Extended()
3125 RegexMatcher commentMat (UNICODE_STRING_SIMPLE("\\s*(#.*)?$"), 0, status); in Extended()
3126RegexMatcher flagsMat (UNICODE_STRING_SIMPLE("\\s*([ixsmdteDEGLMQvabtyYzZ2-9]*)([:letter:]… in Extended()
3128 RegexMatcher lineMat(UNICODE_STRING_SIMPLE("(.*?)\\r?\\n"), testString, 0, status); in Extended()
3294 RegexMatcher *parseMatcher = NULL; in regex_find()
3296 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; in regex_find()
3972 RegexMatcher* lineMat = linePat->matcher(testDataString, status); in PerlTests()
3987 RegexMatcher* flagMat = flagPat->matcher(status); in PerlTests()
4004 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTests()
4008 RegexMatcher *cgMat = cgPat->matcher(status); in PerlTests()
4119 RegexMatcher *testMat = testPat->matcher(matchString, status); in PerlTests()
4341 RegexMatcher* lineMat = linePat->matcher(testDataString, status); in PerlTestsUTF8()
4356 RegexMatcher* flagMat = flagPat->matcher(status); in PerlTestsUTF8()
4373 RegexMatcher *groupsMat = groupsPat->matcher(status); in PerlTestsUTF8()
4377 RegexMatcher *cgMat = cgPat->matcher(status); in PerlTestsUTF8()
4514 RegexMatcher *testMat = &testPat->matcher(status)->reset(&inputText); in PerlTestsUTF8()
4696 RegexMatcher matcher(pattern, s, flags, status); in Bug6149()
4741 RegexMatcher matcher("x", 0, status); in Callbacks()
4755RegexMatcher matcher(UNICODE_STRING_SIMPLE("((.)+\\2)+x"), 0, status); // A pattern that can run … in Callbacks()
4833 RegexMatcher matcher("x", 0, status); in FindProgressCallbacks()
4847RegexMatcher matcher(UNICODE_STRING_SIMPLE("((.)+\\2)+x"), 0, status); // A pattern that can run … in FindProgressCallbacks()
5117 RegexMatcher *REMatcher = NULL; in Bug7651()
5146 RegexMatcher *m = new RegexMatcher(pattern, text, 0, status); in Bug7740()
5162RegexMatcher* const pMatcher = new RegexMatcher("\\Aboo\\z", UREGEX_DOTALL|UREGEX_CASE_INSENSITIVE… in Bug8479()
5181 RegexMatcher* const pMatcher = new RegexMatcher(".", 0, status); in Bug7029()