Home
last modified time | relevance | path

Searched refs:pl_nextLine (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/layoutex/layout/
Dplayout.h236 pl_nextLine(pl_paragraph *paragraph, float width);
/external/icu4c/common/unicode/
Duintrnal.h71 # define pl_nextLine pl_nextLine_INTERNAL_API_DO_NOT_USE macro
Durename.h140 #define pl_nextLine pl_nextLine_3_8 macro
/external/icu4c/layoutex/
Dplayout.cpp131 pl_nextLine(pl_paragraph *paragraph, float width) in pl_nextLine() function
/external/icu4c/samples/layout/
Dpflow.c306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) { in pf_breakLines()
/external/icu4c/test/letest/
Dcletest.c644 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest()