Searched refs:CARRIAGE_RETURN_CHARACTER (Results 1 – 1 of 1) sorted by relevance
221 static const UChar CARRIAGE_RETURN_CHARACTER = 0x000D; variable232 …while(lineLength > 0 && (line[lineLength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1]… in readLine()