Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLEInsertionList.cpp26 : head(NULL), tail(NULL), growAmount(0), append(rightToLeft) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
46 growAmount = 0; in reset()
51 return growAmount; in getGrowAmount()
69 growAmount += count - 1; in insert()
DLEInsertionList.h161 le_int32 growAmount; variable
DLEGlyphStorage.cpp560 le_int32 growAmount = fInsertionList->getGrowAmount(); in applyInsertions() local
562 if (growAmount == 0) { in applyInsertions()
566 le_int32 newGlyphCount = fGlyphCount + growAmount; in applyInsertions()