Searched refs:CH_CR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dparagraph.cpp31 #define CH_CR 0x000D 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.c35 #define CH_CR 0x000D 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};
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drbbitst.cpp1064 static const UChar CH_CR = 0x0d; local
1083 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == 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 74 milliseconds