Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

RunArrays.h File Reference

#include "layout/LETypes.h"
#include "layout/LEFontInstance.h"
#include "unicode/utypes.h"
#include "unicode/locid.h"

Go to the source code of this file.

Compounds

class  FontRuns
 The FontRuns class associates pointers to LEFontInstance objects with runs of text. More...

class  LocaleRuns
 The LocaleRuns class associates pointers to Locale objects with runs of text. More...

class  RunArray
 The RunArray class is a base class for building classes which represent data that is associated with runs of text. More...

class  ValueRuns
 The ValueRuns class associates integer values with runs of text. More...


Defines

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


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.

Draft:
This API has been introduced in ICU 2.6. It is still in draft state and may be modified in a future release.

Definition at line 33 of file RunArrays.h.

#define INITIAL_CAPACITY   16
 

The initial size of an array if it is unspecified.

Draft:
This API has been introduced in ICU 2.6. It is still in draft state and may be modified in a future release.

Definition at line 25 of file RunArrays.h.


Generated on Mon Nov 24 14:35:48 2003 for ICU 2.8 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001