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

  /external/icu/icu4c/source/layoutex/layout/
playout.h 237 pl_nextLine(pl_paragraph *paragraph, float width);
241 * by <code>pl_nextLine</code> but it is the client's responsibility
  /external/icu/icu4c/source/layoutex/
playout.cpp 131 pl_nextLine(pl_paragraph *paragraph, float width)
  /external/chromium_org/third_party/icu/source/samples/layout/
pflow.c 306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
  /external/icu/icu4c/source/samples/layout/
pflow.c 306 while ((line = pl_nextLine(paragraphLayout, lineWidth)) != NULL) {
  /external/chromium_org/third_party/icu/source/test/letest/
cletest.c 660 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
  /external/icu/icu4c/source/test/letest/
cletest.c 661 while ((line = pl_nextLine(paragraph, lineWidth)) != NULL) {
  /external/icu/icu4c/source/common/unicode/
urename.h 178 #define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 186 #define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine)
    [all...]

Completed in 119 milliseconds