Lines Matching refs:regexp
336 * The matcher will retain a reference to the supplied input string, and all regexp
675 * @param regexp The Regular Expression to be compiled.
681 RegexMatcher(const UnicodeString ®exp, uint32_t flags, UErrorCode &status);
691 * @param regexp The regular expression to be compiled.
698 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
708 * The matcher will retain a reference to the supplied input string, and all regexp
713 * @param regexp The Regular Expression to be compiled.
721 RegexMatcher(const UnicodeString ®exp, const UnicodeString &input,
732 * The matcher will make a shallow clone of the supplied input text, and all regexp
737 * @param regexp The Regular Expression to be compiled.
745 RegexMatcher(UText *regexp, UText *input,
761 RegexMatcher(const UnicodeString ®exp, const UChar *input,
1102 * caller not delete the string until after regexp operations on it
1122 * until after regexp operations on it are done.
1474 * the input text that matched the regexp pattern. The replacement
1506 * the input text that matched the regexp pattern. The replacement