Home | History | Annotate | Download | only in i18n

Lines Matching refs:RegexPattern

52 RegexMatcher::RegexMatcher(const RegexPattern *pat)  { 
75 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
88 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
763 const RegexPattern &RegexMatcher::pattern() const {