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

  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 37 #define CH_CR 0x000D
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 38 #define CH_CR 0x000D
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 982 milliseconds