Lines Matching refs:regexp
354 * The matcher will retain a reference to the supplied input string, and all regexp
655 * @param regexp The Regular Expression to be compiled.
661 RegexMatcher(const UnicodeString ®exp, uint32_t flags, UErrorCode &status);
671 * @param regexp The regular expression to be compiled.
678 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
688 * The matcher will retain a reference to the supplied input string, and all regexp
693 * @param regexp The Regular Expression to be compiled.
701 RegexMatcher(const UnicodeString ®exp, const UnicodeString &input,
712 * The matcher will make a shallow clone of the supplied input text, and all regexp
717 * @param regexp The Regular Expression to be compiled.
725 RegexMatcher(UText *regexp, UText *input,
742 RegexMatcher(const UnicodeString ®exp, const UChar *input,
1079 * caller not delete the string until after regexp operations on it
1099 * until after regexp operations on it are done.
1452 * the input text that matched the regexp pattern. The replacement
1484 * the input text that matched the regexp pattern. The replacement