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

  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 36 #define CH_LF 0x000A
43 if (ptr[0] == CH_CR && ptr[1] == CH_LF) {
87 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000};
pflow.c 37 #define CH_LF 0x000A
70 if (ptr[0] == CH_CR && ptr[1] == CH_LF) {
120 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000};

Completed in 555 milliseconds