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",
185 * @param pattern for matching
186 * @param patternlength length of the pattern, -1 for null-termination
197 * @param status for errors if it occurs. If pattern or text is NULL, or if
203 U_STABLE UStringSearch * U_EXPORT2 usearch_open(const UChar *pattern,
217 * @param pattern for matching
218 * @param patternlength length of the pattern, -1 for null-termination
229 * @param status for errors if it occurs. If collator, pattern or text is NULL,
236 const UChar *pattern,
334 * Returns the length of text in the string which matches the search pattern.
423 * iterator to search for the same pattern within a different body of text.
477 * Sets the pattern used for matching.
481 * @param pattern string
482 * @param patternlength pattern length, -1 for null-terminated string
489 const UChar *pattern,
494 * Gets the search pattern
496 * @param length return length of the pattern, -1 indicates that the pattern
498 * @return pattern string
509 * pattern.
528 * matches the search pattern. The iterator is adjusted so that its current
552 * pattern. The iterator is adjusted so that its current
570 * matches the search pattern. The iterator is adjusted so that its current
594 * search pattern, starting from the current position.
614 * the search pattern, starting at the current position.
645 * Simple forward search for the pattern, starting at a specified index,
664 * and either match the pattern completely, or are considered to not match
682 * the text to be searched and the pattern being sought.
705 * Simple backwards search for the pattern, starting at a specified index,
724 * and either match the pattern completely, or are considered to not match
742 * the text to be searched and the pattern being sought.