Home | History | Annotate | Download | only in unicode

Lines Matching refs:regexp

354     * The matcher will retain a reference to the supplied input string, and all regexp
381 * The matcher will make a shallow clone of the supplied input text, and all regexp
659 * @param regexp The Regular Expression to be compiled.
665 RegexMatcher(const UnicodeString &regexp, uint32_t flags, UErrorCode &status);
675 * @param regexp The regular expression to be compiled.
682 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status);
692 * The matcher will retain a reference to the supplied input string, and all regexp
697 * @param regexp The Regular Expression to be compiled.
705 RegexMatcher(const UnicodeString &regexp, const UnicodeString &input,
716 * The matcher will make a shallow clone of the supplied input text, and all regexp
721 * @param regexp The Regular Expression to be compiled.
729 RegexMatcher(UText *regexp, UText *input,
746 RegexMatcher(const UnicodeString &regexp, const UChar *input,
1031 * caller not delete the string until after regexp operations on it
1051 * until after regexp operations on it are done.
1389 * the input text that matched the regexp pattern. The replacement
1421 * the input text that matched the regexp pattern. The replacement