struct CodePointRange

Defined at line 1455 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 1494 of file ../../third_party/icu/default/source/common/unicode/uset.h

void CodePointRange (const CodePointRange & other)

ICU 76

Defined at line 1496 of file ../../third_party/icu/default/source/common/unicode/uset.h

size_t size ()

ICU 76

Defined at line 1498 of file ../../third_party/icu/default/source/common/unicode/uset.h

iterator begin ()

ICU 76

Defined at line 1500 of file ../../third_party/icu/default/source/common/unicode/uset.h

iterator end ()

ICU 76

Defined at line 1502 of file ../../third_party/icu/default/source/common/unicode/uset.h

Records