Lines Matching refs:regexp
44 // This value puts ICU's limits higher than most other regexp implementations,
86 RegexMatcher::RegexMatcher(const UnicodeString ®exp, const UnicodeString &input,
93 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
105 RegexMatcher::RegexMatcher(UText *regexp, UText *input,
112 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
122 RegexMatcher::RegexMatcher(const UnicodeString ®exp,
129 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
137 RegexMatcher::RegexMatcher(UText *regexp,
144 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);