Searched refs:ForwardCharacterIterator (Results 1 – 9 of 9) sorted by relevance
89 class U_COMMON_API ForwardCharacterIterator : public UObject {102 virtual ~ForwardCharacterIterator();112 virtual UBool operator==(const ForwardCharacterIterator& that) const = 0;124 inline UBool operator!=(const ForwardCharacterIterator& that) const;175 ForwardCharacterIterator();178 ForwardCharacterIterator(const ForwardCharacterIterator &other);184 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; }356 class U_COMMON_API CharacterIterator : public ForwardCharacterIterator {687 ForwardCharacterIterator::operator!=(const ForwardCharacterIterator& that) const {
122 virtual UBool operator==(const ForwardCharacterIterator& that) const;
117 virtual UBool operator==(const ForwardCharacterIterator& that) const;
12 ForwardCharacterIterator::~ForwardCharacterIterator() {} in ~ForwardCharacterIterator()13 ForwardCharacterIterator::ForwardCharacterIterator() in ForwardCharacterIterator() function in ForwardCharacterIterator16 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) in ForwardCharacterIterator() function in ForwardCharacterIterator69 ForwardCharacterIterator(that), in CharacterIterator()76 ForwardCharacterIterator::operator=(that); in operator =()
81 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
68 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
71 UBool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {108 return ForwardCharacterIterator::DONE; in nextPostInc()115 return ForwardCharacterIterator::DONE; in next32PostInc()
13 class SimpleFwdCharIterator : public ForwardCharacterIterator {65 : ForwardCharacterIterator(other) {} in SimpleFwdCharIterator()
54 virtual UBool operator==(const ForwardCharacterIterator& /*that*/) const{ in operator ==()1083 virtual UBool operator==(const ForwardCharacterIterator &that) const { in operator ==()