Lines Matching defs:matcher
733 RegexMatcher matcher(&pattern, 0, status); in UTextBasic() local
914 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
974 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
1028 RegexMatcher *matcher = pat->matcher(data, status); in API_Match() local
1236 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
1248 RegexMatcher matcher("(a+)+b", testString, 0, status); in API_Match() local
1264 RegexMatcher matcher("(A)+A$", testString, 0, status); in API_Match() local
1291 RegexMatcher matcher("abc", testString, 0, status); in API_Match() local
1335 RegexMatcher *matcher = pat->matcher(data, status); in API_Replace() local
1995 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8() local
2140 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8() local
2202 RegexMatcher *matcher = &pat->matcher(status)->reset(&input); in API_Match_UTF8() local
2438 RegexMatcher *matcher = &pat->matcher(status)->reset(&dataText); in API_Replace_UTF8() local
3095 RegexMatcher matcher(UnicodeString("(:)"), 0, status); in API_Pattern_UTF8() local
3360 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; in regex_find() local
4675 RegexMatcher matcher(pattern, s, flags, status); in Bug6149() local
4720 RegexMatcher matcher("x", 0, status); in Callbacks() local
4734 …RegexMatcher matcher(UNICODE_STRING_SIMPLE("((.)+\\2)+x"), 0, status); // A pattern that can run … in Callbacks() local
4824 RegexMatcher matcher("x", 0, status); in FindProgressCallbacks() local
4838 RegexMatcher matcher(UNICODE_STRING_SIMPLE("((.)\\2)x"), 0, status); in FindProgressCallbacks() local
5593 LocalPointer<RegexMatcher> matcher(compiledPat->matcher(status)); in TestCase11049() local
5691 RegexMatcher matcher(UnicodeString("(A)|(B)"), 0, status); in TestBug11480() local
5761 RegexMatcher matcher(upat, 0, status); in TestBug13631() local