Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp220 static const UChar LINEFEED_CHARACTER = 0x000A; variable
232 …ength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1] == LINEFEED_CHARACTER)) { --lineLe… in readLine()