Home | History | Annotate | Download | only in i18n

Lines Matching refs:regexp

60 // This value puts ICU's limits higher than most other regexp implementations,
93 RegexMatcher::RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
100 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
112 RegexMatcher::RegexMatcher(UText *regexp, UText *input,
119 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
129 RegexMatcher::RegexMatcher(const UnicodeString &regexp,
136 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
144 RegexMatcher::RegexMatcher(UText *regexp,
151 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);