Searched defs:RunArray (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/layoutex/
H A DRunArrays.cpp17 const char RunArray::fgClassID = 0;
19 RunArray::RunArray(le_int32 initialCapacity) function in class:RunArray
27 RunArray::~RunArray()
35 le_int32 RunArray::ensureCapacity()
50 void RunArray::init(le_int32 capacity)
55 void RunArray::grow(le_int32 newCapacity)
60 le_int32 RunArray::add(le_int32 limit)
77 : RunArray(initialCapacit
[all...]
/external/icu4c/layoutex/layout/
H A DRunArrays.h41 * The <code>RunArray</code> class is a base class for building classes
48 class U_LAYOUTEX_API RunArray : public UObject class in inherits:UObject
52 * Construct a <code>RunArray</code> object from a pre-existing
56 * valid until the <code>RunArray</code> object is destroyed.
62 inline RunArray(const le_int32 *limits, le_int32 count);
65 * Construct an empty <code>RunArray</code> object. Clients can add limit
75 RunArray(le_int32 initialCapacity);
82 virtual ~RunArray();
130 * If the <code>RunArray</code> object was created with a client-supplied
213 inline RunArray();
222 inline RunArray::RunArray() function in class:RunArray
228 inline RunArray::RunArray(const RunArray & /*other*/) function in class:RunArray
234 inline RunArray::RunArray(const le_int32 *limits, le_int32 count) function in class:RunArray
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1385 #define RunArray RunArray_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1385 #define RunArray RunArray_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1385 #define RunArray RunArray_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1385 #define RunArray RunArray_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2133 #define RunArray U_ICU_ENTRY_POINT_RENAME(RunArray) macro

Completed in 1793 milliseconds