Searched refs:CH_CR (Results 1 – 3 of 3) sorted by relevance
31 #define CH_CR 0x000D macro37 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd()81 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in Paragraph()
35 #define CH_CR 0x000D macro67 if (ptr[0] == CH_CR && ptr[1] == CH_LF) { in skipLineEnd()117 static const LEUnicode separators[] = {CH_LF, CH_CR, CH_LSEP, CH_PSEP, 0x0000}; in pf_create()
1507 static const UChar CH_CR = 0x0d; in TestExtended() local1526 if (c == CH_CR && charIdx<len && testString.charAt(charIdx) == CH_LF) { in TestExtended()1531 if (c == CH_LF || c == CH_CR) { in TestExtended()1709 if (cp == CH_CR && charIdx<len && testString.charAt(charIdx+1) == CH_LF) { in TestExtended()1714 if (cp == CH_LF || cp == CH_CR) { in TestExtended()