Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp221 static const UChar CARRIAGE_RETURN_CHARACTER = 0x000D; variable
232 …while(lineLength > 0 && (line[lineLength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1]… in readLine()