HomeSort by relevance Sort by last modified time
    Searched refs:DELIM_CR (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/io/
ustdio.c 34 #define DELIM_CR 0x000D
41 static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 };
50 (UBool)((DELIM_LF <= (c1) && (c1) <= DELIM_CR) \
54 #define CAN_HAVE_COMBINED_STRING_DELIMITER(c1) (UBool)((c1) == DELIM_CR)
56 (UBool)((c1) == DELIM_CR && (c2) == DELIM_LF)
  /external/icu/icu4c/source/io/
ustdio.c 34 #define DELIM_CR 0x000D
41 static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 };
50 (UBool)((DELIM_LF <= (c1) && (c1) <= DELIM_CR) \
54 #define CAN_HAVE_COMBINED_STRING_DELIMITER(c1) (UBool)((c1) == DELIM_CR)
56 (UBool)((c1) == DELIM_CR && (c2) == DELIM_LF)

Completed in 66 milliseconds