Compound String
Compound String. A Compound String is constructed as a linked list. Each node has two fields and a pointer to the next node. The two fields store a pointer to a uniformly encoded piece of text and the encoding of that text.
unsigned char* text The uniformly encoded text INTL_CompoundStr* next A pointer to the next node. NULL if there are no more nodes.
INTL_CompoundStr* next A pointer to the next node. NULL if there are no more nodes.
alphabetic index hierarchy of classes
generated by doc++