Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

36  * the pattern, the "bad character" and "good suffix" tables, the Collator-based data needed to compute them,
40 * Then you construct a <code>BoyerMooreSearch</code> object from the <code>CollData</code> object, the pattern
44 * void boyerMooreExample(UCollator *collator, UnicodeString *pattern, UnicodeString *target)
97 * 3) In some cases, searching for a pattern that needs to be normalized and ends
99 * the Tibetan script. For example searching for the pattern
135 * Test the pattern to see if it generates any CEs.
137 * @return <code>TRUE</code> if the pattern string did not generate any CEs
144 * Search for the pattern string in the target string.
177 * Return the CEs generated by the pattern string.
179 * @return a <code>CEList</code> object holding the CEs generated by the pattern string.
186 * Return the <code>BadCharacterTable</code> object computed for the pattern string.
195 * Return the <code>GoodSuffixTable</code> object computed for the pattern string.
197 * @return the <code>GoodSuffixTable</code> object computed for the pattern string.
217 UnicodeString pattern;