Searched refs:ForwardCharacterIterator (Results 1 – 9 of 9) sorted by relevance
91 class U_COMMON_API ForwardCharacterIterator : public UObject {104 virtual ~ForwardCharacterIterator();114 virtual UBool operator==(const ForwardCharacterIterator& that) const = 0;126 inline UBool operator!=(const ForwardCharacterIterator& that) const;177 ForwardCharacterIterator();180 ForwardCharacterIterator(const ForwardCharacterIterator &other);186 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; }358 class U_COMMON_API CharacterIterator : public ForwardCharacterIterator {693 ForwardCharacterIterator::operator!=(const ForwardCharacterIterator& that) const {
124 virtual UBool operator==(const ForwardCharacterIterator& that) const;
119 virtual UBool operator==(const ForwardCharacterIterator& that) const;
14 ForwardCharacterIterator::~ForwardCharacterIterator() {} in ~ForwardCharacterIterator()15 ForwardCharacterIterator::ForwardCharacterIterator() in ForwardCharacterIterator() function in ForwardCharacterIterator18 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) in ForwardCharacterIterator() function in ForwardCharacterIterator71 ForwardCharacterIterator(that), in CharacterIterator()78 ForwardCharacterIterator::operator=(that); in operator =()
83 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
70 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
73 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {110 return ForwardCharacterIterator::DONE; in nextPostInc()117 return ForwardCharacterIterator::DONE; in next32PostInc()
15 class SimpleFwdCharIterator : public ForwardCharacterIterator {67 : ForwardCharacterIterator(other) {} in SimpleFwdCharIterator()
56 virtual UBool operator==(const ForwardCharacterIterator& /*that*/) const{ in operator ==()1085 virtual UBool operator==(const ForwardCharacterIterator &that) const { in operator ==()