Searched refs:DELIM_CR (Results 1 – 1 of 1) sorted by relevance
39 #define DELIM_CR 0x000D macro46 static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 };55 (UBool)((DELIM_LF <= (c1) && (c1) <= DELIM_CR) \59 #define CAN_HAVE_COMBINED_STRING_DELIMITER(c1) (UBool)((c1) == DELIM_CR)61 (UBool)((c1) == DELIM_CR && (c2) == DELIM_LF)