#include "layout/LETypes.h"
#include "layout/LEFontInstance.h"
#include "unicode/utypes.h"
#include "unicode/locid.h"
Go to the source code of this file.
Defines | |
#define | INITIAL_CAPACITY 16 |
The initial size of an array if it is unspecified. | |
#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 in file RunArrays.h.
|
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 38 of file RunArrays.h. |
|
The initial size of an array if it is unspecified.
Definition at line 30 of file RunArrays.h. |