Searched refs:CH_LF (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/samples/layout/
H A Dparagraph.cpp30 #define CH_LF 0x000A macro
37 if (ptr[0] == CH_CR && ptr[1] == CH_LF) {
81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000};
H A Dpflow.c34 #define CH_LF 0x000A macro
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/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp1881 static const UChar CH_LF = 0x0a; local
1901 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) {
1903 c = CH_LF;
1906 if (c == CH_LF || c == CH_CR) {
2084 if (cp == CH_CR && charIdx<len && testString.charAt(charIdx+1) == CH_LF) {
2089 if (cp == CH_LF || cp == CH_CR) {
/external/icu4c/test/intltest/
H A Drbbitst.cpp1063 static const UChar CH_LF = 0x0a; local
1083 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) {
1085 c = CH_LF;
1088 if (c == CH_LF || c == CH_CR) {
1266 if (cp == CH_CR && charIdx<len && testString.charAt(charIdx+1) == CH_LF) {
1271 if (cp == CH_LF || cp == CH_CR) {

Completed in 92 milliseconds