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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestExtended.java108 final char CH_LF = 0x0a;
129 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) {
131 c = CH_LF;
134 if (c == CH_LF || c == CH_CR) {
289 if (cp == CH_CR && charIdx<len && UTF16.charAt(testString, charIdx+1) == CH_LF) {
294 if (cp == CH_LF || cp == CH_CR) {
/external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1220 static const UChar CH_LF = 0x0a; local
1240 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) {
1242 c = CH_LF;
1245 if (c == CH_LF || c == CH_CR) {
1432 if (cp == CH_CR && charIdx<len && testString.charAt(charIdx+1) == CH_LF) {
1437 if (cp == CH_LF || cp == CH_CR) {

Completed in 297 milliseconds