Searched refs:pl_nextLine (Results 1 – 5 of 5) sorted by relevance
237 pl_nextLine(pl_paragraph *paragraph, float width);
131 pl_nextLine(pl_paragraph *paragraph, float width) in pl_nextLine() function
306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) { in pf_breakLines()
663 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) { in GlyphToCharTest()
178 #define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine) macro