Searched refs:initialGlyphCount (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEGlyphStorage.h224 * @param initialGlyphCount the initial size of the glyph and char indices arrays.
231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
H A DLEGlyphStorage.cpp65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) argument
71 if (initialGlyphCount <= 0) {
77 fGlyphCount = initialGlyphCount;

Completed in 122 milliseconds