#include <colldata.h>
Inheritance diagram for CEList:
Public Member Functions | |
CEList (UCollator *coll, const UnicodeString &string, UErrorCode &status) | |
Construct a CEList object. | |
~CEList () | |
The destructor. | |
int32_t | size () const |
Return the number of CEs in the list. | |
uint32_t | get (int32_t index) const |
Get a particular CE from the list. | |
UBool | matchesAt (int32_t offset, const CEList *other) const |
Check if the CEs in another CEList match the suffix of this list starting at a give offset. | |
uint32_t & | operator[] (int32_t index) const |
The index operator. | |
virtual UClassID | getDynamicClassID () const |
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class. | |
Static Public Member Functions | |
UClassID | getStaticClassID () |
This object holds a list of CEs generated from a particular UnicodeString
Definition at line 61 of file colldata.h.
|
Construct a
|
|
Get a particular CE from the list.
|
|
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
Implements UObject. |
|
Check if the CEs in another
|
|
The index operator.
|
|
Return the number of CEs in the list.
|