OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:growAmount
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/layout/
LEInsertionList.cpp
26
: head(NULL), tail(NULL),
growAmount
(0), append(rightToLeft)
46
growAmount
= 0;
51
return
growAmount
;
69
growAmount
+= count - 1;
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 54 milliseconds