Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLEGlyphStorage.cpp65 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCod… in allocateGlyphArray() argument
71 if (initialGlyphCount <= 0) { in allocateGlyphArray()
77 fGlyphCount = initialGlyphCount; in allocateGlyphArray()
DLEGlyphStorage.h231 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);