OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLinesGrow
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/samples/layout/
paragraph.h
59
le_int32
fLinesGrow
;
pflow.c
49
le_int32
fLinesGrow
;
131
flow->
fLinesGrow
= LINE_GROW;
269
obj->fLines = (pl_line **) GROW_ARRAY(obj->fLines, obj->fLinesMax + obj->
fLinesGrow
);
270
obj->fLinesMax += obj->
fLinesGrow
;
paragraph.cpp
78
fLineCount(0), fLinesMax(LINE_GROW),
fLinesGrow
(LINE_GROW), fLines(NULL), fChars(NULL),
174
fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax +
fLinesGrow
);
175
fLinesMax +=
fLinesGrow
;
Completed in 141 milliseconds