Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

42  * A pattern string P matches a text string S at the offsets <start, end> 
56 * a given pattern. This search iterator allows changing of direction by
77 * <li> If a following pattern match is to be found, any position within a
79 * preceding pattern match is to be found, a invalid starting point
85 * boundaries given by the breakiterator. For instance the pattern "e" will
90 * for the pattern "abab" in the text "ababab", where else mutually
112 * UChar pattern[16];
115 * u_uastrcpy(pattern, patstr);
117 * UStringSearch *search = usearch_open(pattern, -1, target, -1, "en_US",
182 * @param pattern for matching
183 * @param patternlength length of the pattern, -1 for null-termination
194 * @param status for errors if it occurs. If pattern or text is NULL, or if
200 U_STABLE UStringSearch * U_EXPORT2 usearch_open(const UChar *pattern,
214 * @param pattern for matching
215 * @param patternlength length of the pattern, -1 for null-termination
226 * @param status for errors if it occurs. If collator, pattern or text is NULL,
233 const UChar *pattern,
331 * Returns the length of text in the string which matches the search pattern.
420 * iterator to search for the same pattern within a different body of text.
474 * Sets the pattern used for matching.
478 * @param pattern string
479 * @param patternlength pattern length, -1 for null-terminated string
486 const UChar *pattern,
491 * Gets the search pattern
493 * @param length return length of the pattern, -1 indicates that the pattern
495 * @return pattern string
506 * pattern.
525 * matches the search pattern. The iterator is adjusted so that its current
549 * pattern. The iterator is adjusted so that its current
567 * matches the search pattern. The iterator is adjusted so that its current
591 * search pattern, starting from the current position.
611 * the search pattern, starting at the current position.