Home
last modified time | relevance | path

Searched refs:CH_LF (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp36 #define CH_LF 0x000A macro
43 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd()
87 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph()
Dpflow.c37 #define CH_LF 0x000A macro
70 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd()
120 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create()