ICU 76.1 76.1
|
A contiguous range of code points in a USet/UnicodeSet. More...
#include <uset.h>
Data Structures | |
struct | iterator |
Public Member Functions | |
CodePointRange (UChar32 start, UChar32 end) | |
CodePointRange (const CodePointRange &other)=default | |
size_t | size () const |
iterator | begin () const |
iterator | end () const |
Data Fields | |
UChar32 | rangeStart |
Start of a USet/UnicodeSet range of code points. | |
UChar32 | rangeEnd |
Inclusive end of a USet/UnicodeSet range of code points. | |
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.)
|
default |
|
inline |
Definition at line 1504 of file uset.h.
References rangeStart.
|
inline |
|
inline |
Definition at line 1502 of file uset.h.
References rangeEnd, and rangeStart.
UChar32 U_HEADER_ONLY_NAMESPACE::CodePointRange::rangeEnd |
UChar32 U_HEADER_ONLY_NAMESPACE::CodePointRange::rangeStart |