Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

109  * the pattern, the "bad character" and "good suffix" tables, the Collator-based data needed to compute them,
113 * Then you construct a <code>BMS</code> object from the <code>UCD</code> object, the pattern
117 * void boyerMooreExample(UCollator *collator, UChar *pattern, int32_t patternLen, UChar *target, int32_t targetLength)
130 * BMS *bms = bms_open(ucd, pattern, patternLength, target, targetlength, &status);
172 * 3) In some cases, searching for a pattern that needs to be normalized and ends
174 * the Tibetan script. For example searching for the pattern
189 * @param pattern - the string for which to search
205 const UChar *pattern, int32_t patternLength,
220 * Test the pattern to see if it generates any CEs.
223 * @return <code>TRUE</code> if the pattern string did not generate any CEs
245 * Search for the pattern string in the target string.