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

  /external/icu/icu4c/source/layoutex/layout/
playout.h 239 pl_nextLine(pl_paragraph *paragraph, float width);
243 * by <code>pl_nextLine</code> but it is the client's responsibility
  /external/icu/icu4c/source/layoutex/
playout.cpp 133 pl_nextLine(pl_paragraph *paragraph, float width)
  /external/icu/icu4c/source/samples/layout/
pflow.c 309 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
  /external/icu/icu4c/source/test/letest/
cletest.c 665 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
  /external/icu/icu4c/source/common/unicode/
urename.h 175 #define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine)
    [all...]

Completed in 825 milliseconds