Lines Matching full:operator
264 * Assignment operator. Sets this iterator to have the same behavior,
270 RuleBasedBreakIterator& operator=(const RuleBasedBreakIterator& that);
273 * Equality operator. Returns TRUE if both BreakIterators are of the
280 virtual UBool operator==(const BreakIterator& that) const;
283 * Not-equal operator. If operator== returns TRUE, this returns FALSE,
289 UBool operator!=(const BreakIterator& that) const;
535 * C++ compilers support genuine RTTI. Polymorphic operator==() and
714 inline UBool RuleBasedBreakIterator::operator!=(const BreakIterator& that) const {
715 return !operator==(that);