HomeSort by relevance Sort by last modified time
    Searched refs:growAmount (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
LEInsertionList.cpp 26 : head(NULL), tail(NULL), growAmount(0), append(rightToLeft)
46 growAmount = 0;
51 return growAmount;
69 growAmount += count - 1;
LEInsertionList.h 160 le_int32 growAmount;
LEGlyphStorage.cpp 560 le_int32 growAmount = fInsertionList->getGrowAmount();
562 if (growAmount == 0) {
566 le_int32 newGlyphCount = fGlyphCount + growAmount;

Completed in 64 milliseconds