Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

48     /** Forces normalization of pattern and strings. 
63 /** If set, treat the entire pattern as a literal string.
115 * @param pattern The Regular Expression pattern to be compiled.
116 * @param patternLength The length of the pattern, or -1 if the pattern is
131 uregex_open( const UChar *pattern,
141 * This function is the same as uregex_open, except that the pattern
144 * @param pattern The Regular Expression pattern to be compiled,
156 * pattern.
162 uregex_openC( const char *pattern,
186 * within it are not cloned; only the pattern itself and and the
202 * Return a pointer to the source form of the pattern for this regular expression.
206 * pattern string. A NULL pointer may be used here if the
207 * pattern length is not needed, as would be the case if
208 * the pattern is known in advance to be a NUL terminated
211 * @return a pointer to the pattern string. The storage for the string is
239 * expression pattern to be applied to different strings.
284 * Attempts to match the input string against the pattern.
309 * Attempts to match the input string, starting from the specified index, against the pattern.
337 * Find the first matching substring of the input string that matches the pattern.
361 * Find the next pattern match in the input string. Begin searching
378 * Get the number of capturing groups in this regular expression's pattern.
396 * the pattern.
578 * With anchoring bounds, pattern anchors such as ^ and $ will match at the start
628 * Replaces every substring of the input that matches the pattern
632 * This method scans the input string looking for matches of the pattern.
661 * Replaces the first substring of the input that matches the pattern
665 * This method scans the input string looking for a match of the pattern.
783 * The pattern matches identify delimiters that separate the input
858 * of the processor and the details of the specific pattern, but will
895 * A limit is desirable because a malicious or poorly designed pattern can use