OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pl_nextLine
(Results
1 - 5
of
5
) 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/icu/icu4c/source/samples/layout/
pflow.c
306
while ((line =
pl_nextLine
(paragraphLayout, lineWidth)) != NULL) {
/external/icu/icu4c/source/test/letest/
cletest.c
663
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
...]
Completed in 550 milliseconds