class USetCodePointIterator
Defined at line 1341 of file ../../third_party/icu/latest/source/common/unicode/uset.h
Iterator returned by USetCodePoints.
ICU 76
Public Methods
void USetCodePointIterator (const USetCodePointIterator & other)
ICU 76
Defined at line 1344 of file ../../third_party/icu/latest/source/common/unicode/uset.h
bool operator== (const USetCodePointIterator & other)
ICU 76
Defined at line 1347 of file ../../third_party/icu/latest/source/common/unicode/uset.h
bool operator!= (const USetCodePointIterator & other)
ICU 76
Defined at line 1357 of file ../../third_party/icu/latest/source/common/unicode/uset.h
UChar32 operator* ()
ICU 76
Defined at line 1360 of file ../../third_party/icu/latest/source/common/unicode/uset.h
USetCodePointIterator & operator++ ()
Pre-increment.
ICU 76
Defined at line 1366 of file ../../third_party/icu/latest/source/common/unicode/uset.h
USetCodePointIterator operator++ (int )
Post-increment.
ICU 76
Defined at line 1387 of file ../../third_party/icu/latest/source/common/unicode/uset.h
Friends
class USetCodePoints