Home | History | Annotate | Download | only in intltest

Lines Matching refs:RegexMatcher

75     fSetRefsMatcher.adoptInstead(new RegexMatcher(UnicodeString(
82 fCommentsMatcher.adoptInstead(new RegexMatcher(UnicodeString(
90 fClassDefMatcher.adoptInstead(new RegexMatcher(UnicodeString(
99 fRuleDefMatcher.adoptInstead(new RegexMatcher(UnicodeString(
212 thisRule->fRuleMatcher.adoptInstead(new RegexMatcher(thisRule->fExpandedRule, UREGEX_COMMENTS | UREGEX_DOTALL, status));
942 RegexMatcher m(name, params, 0, status);
959 RegexMatcher m(name, params, 0, status);
974 RegexMatcher m(name, params, UREGEX_CASE_INSENSITIVE, status);