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

  /external/icu4c/samples/layout/
paragraph.cpp 30 #define CH_LF 0x000A
37 if (ptr[0] == CH_CR && ptr[1] == CH_LF) {
81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000};
pflow.c 34 #define CH_LF 0x000A
67 if (ptr[0] == CH_CR && ptr[1] == CH_LF) {
117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000};
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]

Completed in 43 milliseconds