ICU 64.2
64.2
|
C++ API: base class for building classes which represent data that is associated with runs of text. More...
#include "layout/LETypes.h"
#include "layout/LEFontInstance.h"
#include "unicode/utypes.h"
#include "unicode/locid.h"
Go to the source code of this file.
Data Structures | |
class | icu::RunArray |
The RunArray class is a base class for building classes which represent data that is associated with runs of text. More... | |
class | icu::FontRuns |
The FontRuns class associates pointers to LEFontInstance objects with runs of text. More... | |
class | icu::LocaleRuns |
The LocaleRuns class associates pointers to Locale objects with runs of text. More... | |
class | icu::ValueRuns |
The ValueRuns class associates integer values with runs of text. More... | |
Namespaces | |
icu | |
File coll.h. | |
Macros | |
#define | INITIAL_CAPACITY 16 |
The initial size of an array if it is unspecified. More... | |
#define | CAPACITY_GROW_LIMIT 128 |
When an array needs to grow, it will double in size until it becomes this large, then it will grow by this amount. More... | |
C++ API: base class for building classes which represent data that is associated with runs of text.
Definition in file RunArrays.h.
#define CAPACITY_GROW_LIMIT 128 |
When an array needs to grow, it will double in size until it becomes this large, then it will grow by this amount.
Definition at line 40 of file RunArrays.h.
#define INITIAL_CAPACITY 16 |
The initial size of an array if it is unspecified.
Definition at line 32 of file RunArrays.h.