Home | History | Annotate | Download | only in unicode

Lines Matching defs:StringSearch

30  * <tt>StringSearch</tt> is a <tt>SearchIterator</tt> that provides
33 * StringSearch ensures that language eccentricity can be
104 * Lastly to update StringSearch to the new collator attributes,
111 * StringSearch does not guarantee the results for option 1.
121 * StringSearch iter(pattern, target, Locale::getUS(), NULL, status);
131 * Note, StringSearch is not to be subclassed.
138 class U_I18N_API StringSearch : public SearchIterator
145 * Creating a <tt>StringSearch</tt> instance using the argument locale
165 StringSearch(const UnicodeString &pattern, const UnicodeString &text,
171 * Creating a <tt>StringSearch</tt> instance using the argument collator
191 StringSearch(const UnicodeString &pattern,
198 * Creating a <tt>StringSearch</tt> instance using the argument locale
222 StringSearch(const UnicodeString &pattern, CharacterIterator &text,
228 * Creating a <tt>StringSearch</tt> instance using the argument collator
252 StringSearch(const UnicodeString &pattern, CharacterIterator &text,
258 * Copy constructor that creates a StringSearch instance with the same
260 * @param that StringSearch instance to be copied.
263 StringSearch(const StringSearch &that);
270 virtual ~StringSearch(void);
283 StringSearch *clone() const;
293 StringSearch & operator=(const StringSearch &that);
366 * the <tt>StringSearch></tt> constructor or to setCollator, if any.
415 * Returns a copy of StringSearch with the same behavior, and
452 * The <tt>StringSearch</tt> is adjusted so that its current index
456 * the <tt>StringSearch</tt> will be adjusted to the index USEARCH_DONE.
476 * The <tt>StringSearch</tt> is adjusted so that its current index
480 * the <tt>StringSearch</tt> will be adjusted to the index USEARCH_DONE.
491 StringSearch(); // default constructor not implemented