/third_party/icu/icu4c/source/common/unicode/ |
D | chariter.h | 94 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 {
|
D | schriter.h | 127 virtual bool operator==(const ForwardCharacterIterator& that) const override;
|
D | uchriter.h | 122 virtual bool operator==(const ForwardCharacterIterator& that) const override;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | chariter.h | 94 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 {
|
D | schriter.h | 127 virtual UBool operator==(const ForwardCharacterIterator& that) const;
|
D | uchriter.h | 122 virtual UBool operator==(const ForwardCharacterIterator& that) const;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | chariter.h | 94 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 {
|
D | schriter.h | 127 virtual bool operator==(const ForwardCharacterIterator& that) const override;
|
D | uchriter.h | 122 virtual bool operator==(const ForwardCharacterIterator& that) const override;
|
/third_party/icu/icu4c/source/common/ |
D | chariter.cpp | 14 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 =()
|
D | schriter.cpp | 83 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
|
D | uchriter.cpp | 70 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
|
/third_party/node/deps/icu-small/source/common/ |
D | chariter.cpp | 14 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 =()
|
D | schriter.cpp | 83 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
|
D | uchriter.cpp | 70 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | chariter.cpp | 14 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 =()
|
D | schriter.cpp | 83 StringCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
|
D | uchriter.cpp | 70 UCharCharacterIterator::operator==(const ForwardCharacterIterator& that) const { in operator ==()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | sfwdchit.cpp | 73 bool SimpleFwdCharIterator::operator==(const ForwardCharacterIterator& that) const { 110 return ForwardCharacterIterator::DONE; in nextPostInc() 117 return ForwardCharacterIterator::DONE; in next32PostInc()
|
D | sfwdchit.h | 15 class SimpleFwdCharIterator : public ForwardCharacterIterator { 67 : ForwardCharacterIterator(other) {} in SimpleFwdCharIterator()
|
D | citrtest.cpp | 56 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/ |
D | characteriterator.md | 58 [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
|