Home
last modified time | relevance | path

Searched refs:CH_CR (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/samples/layout/
Dparagraph.cpp31 #define CH_CR 0x000D macro
37 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd()
81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph()
Dpflow.c35 #define CH_CR 0x000D macro
67 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd()
117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create()
/external/icu4c/test/intltest/
Drbbitst.cpp1507 static const UChar CH_CR = 0x0d; in TestExtended() local
1526 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) { in TestExtended()
1531 if (c == CH_LF || c == CH_CR) { in TestExtended()
1709 if (cp == CH_CR && charIdx<len && testString.charAt(charIdx+1) == CH_LF) { in TestExtended()
1714 if (cp == CH_LF || cp == CH_CR) { in TestExtended()