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

  /external/icu4c/layoutex/layout/
playout.h 236 pl_nextLine(pl_paragraph *paragraph, float width);
240 * by <code>pl_nextLine</code> but it is the client's responsibility
  /external/chromium/third_party/icu/public/common/unicode/
uintrnal.h 82 # define pl_nextLine pl_nextLine_INTERNAL_API_DO_NOT_USE
urename.h 154 #define pl_nextLine pl_nextLine_4_2
    [all...]
  /external/icu4c/common/unicode/
uintrnal.h 77 # define pl_nextLine pl_nextLine_INTERNAL_API_DO_NOT_USE
urename.h 189 #define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine)
    [all...]
  /external/icu4c/layoutex/
playout.cpp 131 pl_nextLine(pl_paragraph *paragraph, float width)
  /external/icu4c/samples/layout/
pflow.c 306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
  /external/chromium/third_party/icu/source/test/letest/
cletest.c 660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
  /external/icu4c/test/letest/
cletest.c 660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {

Completed in 43 milliseconds