Lines Matching refs:SearchIterator
81 class U_I18N_API SearchIterator : public UObject {
93 SearchIterator(const SearchIterator &other);
99 virtual ~SearchIterator();
274 virtual UBool operator==(const SearchIterator &that) const;
282 UBool operator!=(const SearchIterator &that) const;
293 virtual SearchIterator* safeClone(void) const = 0;
442 SearchIterator();
459 SearchIterator(const UnicodeString &text,
481 SearchIterator(CharacterIterator &text, BreakIterator *breakiter = NULL);
491 SearchIterator & operator=(const SearchIterator &that);
568 inline UBool SearchIterator::operator!=(const SearchIterator &that) const