HomeSort by relevance Sort by last modified time
    Searched refs:pf_getLineCount (Results 1 - 4 of 4) sorted by null

  /external/icu4c/samples/layout/
pflow.h 27 le_int32 pf_getLineCount(pf_flow *flow);
clayout.c 65 si.nMax = pf_getLineCount(context->paragraph) - 1;
252 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1);
cgnomelayout.c 212 gint maxLines = pf_getLineCount(context->paragraph) - 1;
pflow.c 259 le_int32 pf_getLineCount(pf_flow *flow)

Completed in 460 milliseconds