RunArrays.h File Reference

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.

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.


Detailed Description

C++ API: base class for building classes which represent data that is associated with runs of text.

Definition in file RunArrays.h.


Define Documentation

#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.

Stable:
ICU 3.2

Definition at line 38 of file RunArrays.h.

#define INITIAL_CAPACITY   16
 

The initial size of an array if it is unspecified.

Stable:
ICU 3.2

Definition at line 30 of file RunArrays.h.


Generated on Mon Jan 15 22:41:16 2007 for ICU 3.6 by  doxygen 1.4.2