Home | History | Annotate | Download | only in unicode

Lines Matching refs:regexp

345     * The matcher will retain a reference to the supplied input string, and all regexp
644 * @param regexp The Regular Expression to be compiled.
650 RegexMatcher(const UnicodeString &regexp, uint32_t flags, UErrorCode &status);
660 * @param regexp The regular expression to be compiled.
667 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
677 * The matcher will retain a reference to the supplied input string, and all regexp
682 * @param regexp The Regular Expression to be compiled.
690 RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
701 * The matcher will make a shallow clone of the supplied input text, and all regexp
706 * @param regexp The Regular Expression to be compiled.
714 RegexMatcher(UText *regexp, UText *input,
731 RegexMatcher(const UnicodeString &regexp, const UChar *input,
1068 * caller not delete the string until after regexp operations on it
1088 * until after regexp operations on it are done.
1441 * the input text that matched the regexp pattern. The replacement
1473 * the input text that matched the regexp pattern. The replacement