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

/external/icu4c/layoutex/layout/
H A Dplayout.h236 pl_nextLine(pl_paragraph *paragraph, float width);
240 * by <code>pl_nextLine</code> but it is the client's responsibility
/external/icu4c/common/unicode/
H A Duintrnal.h75 # define pl_nextLine pl_nextLine_INTERNAL_API_DO_NOT_USE macro
H A Durename.h190 #define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine) macro
/external/icu4c/layoutex/
H A Dplayout.cpp131 pl_nextLine(pl_paragraph *paragraph, float width) function
/external/icu4c/samples/layout/
H A Dpflow.c306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
/external/icu4c/test/letest/
H A Dcletest.c660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {

Completed in 213 milliseconds