Home | History | Annotate | Download | only in i18n

Lines Matching refs:RegexPattern

70 RegexMatcher::RegexMatcher(const RegexPattern *pat)  { 
93 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
112 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
129 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
144 fPatternOwned = RegexPattern::compile(regexp, flags, pe, status);
1571 const RegexPattern &RegexMatcher::pattern() const {