Searched defs:fLinesMax (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h64 le_int32 fLinesMax; member in class:Paragraph
H A Dpflow.c51 le_int32 fLinesMax; member in struct:pf_object
133 flow->fLinesMax = LINE_GROW;
149 flow->fLines = NEW_ARRAY(pl_line *, flow->fLinesMax);
271 if (obj->fLineCount >= obj->fLinesMax) {
272 obj->fLines = (pl_line **) GROW_ARRAY(obj->fLines, obj->fLinesMax + obj->fLinesGrow);
273 obj->fLinesMax += obj->fLinesGrow;

Completed in 408 milliseconds