Home
last modified time | relevance | path

Searched refs:DELIM_LF (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/io/
Dustdio.c34 #define DELIM_LF 0x000A macro
44 static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 };
48 static const UChar DELIMITERS [] = { DELIM_LF, 0x0000 };
53 (UBool)((DELIM_LF <= (c1) && (c1) <= DELIM_CR) \
59 (UBool)((c1) == DELIM_CR && (c2) == DELIM_LF)