Searched refs:maxLines (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/samples/layout/
H A Dgnomelayout.cpp220 gint maxLines = context->paragraph->getLineCount() - 1; local
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
H A Dcgnomelayout.c212 gint maxLines = pf_getLineCount(context->paragraph) - 1; local
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
/external/icu4c/tools/ctestfw/
H A Duperf.cpp207 int maxLines = MAXLINES; local
222 if (numLines >= maxLines) {
223 maxLines += MAXLINES;
224 ULine *newLines = new ULine[maxLines];

Completed in 34 milliseconds