Lines Matching refs:SearchIterator
79 class U_I18N_API SearchIterator : public UObject {
91 SearchIterator(const SearchIterator &other);
97 virtual ~SearchIterator();
272 virtual UBool operator==(const SearchIterator &that) const;
280 UBool operator!=(const SearchIterator &that) const;
291 virtual SearchIterator* safeClone(void) const = 0;
440 SearchIterator();
457 SearchIterator(const UnicodeString &text,
479 SearchIterator(CharacterIterator &text, BreakIterator *breakiter = NULL);
489 SearchIterator & operator=(const SearchIterator &that);
566 inline UBool SearchIterator::operator!=(const SearchIterator &that) const