Home
last modified time | relevance | path

Searched refs:pf_getLineCount (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Dpflow.h30 le_int32 pf_getLineCount(pf_flow *flow);
Dclayout.c71 si.nMax = pf_getLineCount(context->paragraph) - 1; in InitParagraph()
258 … lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1); in WndProc()
Dcgnomelayout.c218 gint maxLines = pf_getLineCount(context->paragraph) - 1; in eventExpose()
Dpflow.c262 le_int32 pf_getLineCount(pf_flow *flow) in pf_getLineCount() function