Lines Matching refs:RegexMatcher
435 RegexMatcher *RegexPattern::matcher(const UnicodeString &input, in matcher()
437 RegexMatcher *retMatcher = matcher(status); in matcher()
448 RegexMatcher *RegexPattern::matcher(UText *input, in matcher()
451 RegexMatcher *retMatcher = matcher(status); in matcher()
460 RegexMatcher *RegexPattern::matcher(const UChar * /*input*/,
476 RegexMatcher *RegexPattern::matcher(UErrorCode &status) const { in matcher()
477 RegexMatcher *retMatcher = NULL; in matcher()
487 retMatcher = new RegexMatcher(this); in matcher()
512 RegexMatcher *matcher = NULL; in matches()
536 RegexMatcher *matcher = NULL; in matches()
612 RegexMatcher m(this); in split()
633 RegexMatcher m(this); in split()