Searched refs:growAmount (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEInsertionList.cpp26 : head(NULL), tail(NULL), growAmount(0), append(rightToLeft)
46 growAmount = 0;
51 return growAmount;
69 growAmount += count - 1;
H A DLEInsertionList.h161 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 284 milliseconds