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

  /external/icu4c/layout/
LEInsertionList.h 161 le_int32 growAmount;
LEGlyphStorage.cpp 560 le_int32 growAmount = fInsertionList->getGrowAmount();
562 if (growAmount == 0) {
566 le_int32 newGlyphCount = fGlyphCount + growAmount;

Completed in 7916 milliseconds