class USetCodePointIterator
Defined at line 1336 of file ../../third_party/icu/default/source/common/unicode/uset.h
Iterator returned by USetCodePoints.
ICU 76
Public Methods
void USetCodePointIterator (const USetCodePointIterator & other)
ICU 76
Defined at line 1339 of file ../../third_party/icu/default/source/common/unicode/uset.h
bool operator== (const USetCodePointIterator & other)
ICU 76
Defined at line 1342 of file ../../third_party/icu/default/source/common/unicode/uset.h
bool operator!= (const USetCodePointIterator & other)
ICU 76
Defined at line 1352 of file ../../third_party/icu/default/source/common/unicode/uset.h
UChar32 operator* ()
ICU 76
Defined at line 1355 of file ../../third_party/icu/default/source/common/unicode/uset.h
USetCodePointIterator & operator++ ()
Pre-increment.
ICU 76
Defined at line 1361 of file ../../third_party/icu/default/source/common/unicode/uset.h
USetCodePointIterator operator++ (int )
Post-increment.
ICU 76
Defined at line 1382 of file ../../third_party/icu/default/source/common/unicode/uset.h
Friends
class USetCodePoints