Home
last modified time | relevance | path

Searched refs:ForwardCharacterIterator (Results 1 – 22 of 22) sorted by relevance

/third_party/icu/icu4c/source/common/unicode/
Dchariter.h94 class U_COMMON_API ForwardCharacterIterator : public UObject {
107 virtual ~ForwardCharacterIterator();
117 virtual bool operator==(const ForwardCharacterIterator& that) const = 0;
129 inline bool operator!=(const ForwardCharacterIterator& that) const;
180 ForwardCharacterIterator();
183 ForwardCharacterIterator(const ForwardCharacterIterator &other);
189 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; }
361 class U_COMMON_API CharacterIterator : public ForwardCharacterIterator {
696 ForwardCharacterIterator::operator!=(const ForwardCharacterIterator& that) const {
Dschriter.h127 virtual bool operator==(const ForwardCharacterIterator& that) const override;
Duchriter.h122 virtual bool operator==(const ForwardCharacterIterator& that) const override;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dchariter.h94 class U_COMMON_API ForwardCharacterIterator : public UObject {
107 virtual ~ForwardCharacterIterator();
117 virtual UBool operator==(const ForwardCharacterIterator& that) const = 0;
129 inline UBool operator!=(const ForwardCharacterIterator& that) const;
180 ForwardCharacterIterator();
183 ForwardCharacterIterator(const ForwardCharacterIterator &other);
189 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; }
361 class U_COMMON_API CharacterIterator : public ForwardCharacterIterator {
696 ForwardCharacterIterator::operator!=(const ForwardCharacterIterator& that) const {
Dschriter.h127 virtual UBool operator==(const ForwardCharacterIterator& that) const;
Duchriter.h122 virtual UBool operator==(const ForwardCharacterIterator& that) const;
/third_party/node/deps/icu-small/source/common/unicode/
Dchariter.h94 class U_COMMON_API ForwardCharacterIterator : public UObject {
107 virtual ~ForwardCharacterIterator();
117 virtual bool operator==(const ForwardCharacterIterator& that) const = 0;
129 inline bool operator!=(const ForwardCharacterIterator& that) const;
180 ForwardCharacterIterator();
183 ForwardCharacterIterator(const ForwardCharacterIterator &other);
189 ForwardCharacterIterator &operator=(const ForwardCharacterIterator&) { return *this; }
361 class U_COMMON_API CharacterIterator : public ForwardCharacterIterator {
696 ForwardCharacterIterator::operator!=(const ForwardCharacterIterator& that) const {
Dschriter.h127 virtual bool operator==(const ForwardCharacterIterator& that) const override;
Duchriter.h122 virtual bool operator==(const ForwardCharacterIterator& that) const override;
/third_party/icu/icu4c/source/common/
Dchariter.cpp14 ForwardCharacterIterator::~ForwardCharacterIterator() {} in ~ForwardCharacterIterator()
15 ForwardCharacterIterator::ForwardCharacterIterator() in ForwardCharacterIterator() function in ForwardCharacterIterator
18 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) in ForwardCharacterIterator() function in ForwardCharacterIterator
71 ForwardCharacterIterator(that), in CharacterIterator()
78 ForwardCharacterIterator::operator=(that); in operator =()
Dschriter.cpp83 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
Duchriter.cpp70 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
/third_party/node/deps/icu-small/source/common/
Dchariter.cpp14 ForwardCharacterIterator::~ForwardCharacterIterator() {} in ~ForwardCharacterIterator()
15 ForwardCharacterIterator::ForwardCharacterIterator() in ForwardCharacterIterator() function in ForwardCharacterIterator
18 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) in ForwardCharacterIterator() function in ForwardCharacterIterator
71 ForwardCharacterIterator(that), in CharacterIterator()
78 ForwardCharacterIterator::operator=(that); in operator =()
Dschriter.cpp83 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
Duchriter.cpp70 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
/third_party/skia/third_party/externals/icu/source/common/
Dchariter.cpp14 ForwardCharacterIterator::~ForwardCharacterIterator() {} in ~ForwardCharacterIterator()
15 ForwardCharacterIterator::ForwardCharacterIterator() in ForwardCharacterIterator() function in ForwardCharacterIterator
18 ForwardCharacterIterator::ForwardCharacterIterator(const ForwardCharacterIterator &other) in ForwardCharacterIterator() function in ForwardCharacterIterator
71 ForwardCharacterIterator(that), in CharacterIterator()
78 ForwardCharacterIterator::operator=(that); in operator =()
Dschriter.cpp83 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
Duchriter.cpp70 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
/third_party/icu/icu4c/source/test/intltest/
Dsfwdchit.cpp73 bool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const {
110 return ForwardCharacterIterator::DONE; in nextPostInc()
117 return ForwardCharacterIterator::DONE; in next32PostInc()
Dsfwdchit.h15 class SimpleFwdCharIterator : public ForwardCharacterIterator {
67 : ForwardCharacterIterator(other) {} in SimpleFwdCharIterator()
Dcitrtest.cpp56 virtual bool operator==(const ForwardCharacterIterator& /*that*/) const override { in operator ==()
1085 virtual bool operator==(const ForwardCharacterIterator &that) const override { in operator ==()
/third_party/icu/docs/userguide/strings/
Dcharacteriterator.md58 [ForwardCharacterIterator,](https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classForwa…
63 ForwardCharacterIterator superclass is the most efficient method. For example,
105 ForwardCharacterIterator. An iteration loop can be started with the