struct CodePointRange
Defined at line 1460 of file ../../third_party/icu/default/source/common/unicode/uset.h
A contiguous range of code points in a USet/UnicodeSet.
Returned by USetRangeIterator which is returned by USetRanges.
Both the rangeStart and rangeEnd are in the range.
(end() returns an iterator corresponding to rangeEnd+1.)
ICU 76
Public Members
UChar32 rangeStart
UChar32 rangeEnd
Public Methods
void CodePointRange (UChar32 start, UChar32 end)
ICU 76
Defined at line 1499 of file ../../third_party/icu/default/source/common/unicode/uset.h
void CodePointRange (const CodePointRange & other)
ICU 76
Defined at line 1501 of file ../../third_party/icu/default/source/common/unicode/uset.h
size_t size ()
ICU 76
Defined at line 1503 of file ../../third_party/icu/default/source/common/unicode/uset.h
iterator begin ()
ICU 76
Defined at line 1505 of file ../../third_party/icu/default/source/common/unicode/uset.h
iterator end ()
ICU 76
Defined at line 1507 of file ../../third_party/icu/default/source/common/unicode/uset.h