Searched defs:growAmount (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layout/
H A DLEInsertionList.h160 le_int32 growAmount; member in class:LEInsertionList
H A DLEGlyphStorage.cpp560 le_int32 growAmount = fInsertionList->getGrowAmount(); local
562 if (growAmount == 0) {
566 le_int32 newGlyphCount = fGlyphCount + growAmount;

Completed in 182 milliseconds