Searched refs:isCROrLF (Results 1 – 2 of 2) sorted by relevance
16 static UBool isCROrLF(UChar c) { return c == 0xa || c == 0xd; } in isCROrLF() function189 while(lineLength > 0 && isCROrLF(line[lineLength - 1])) { --lineLength; } in readLine()
89 static UBool isCROrLF(UChar c) { return c == 0xa || c == 0xd; } in isCROrLF() function in CollationTest983 while(lineLength > 0 && isCROrLF(line[lineLength - 1])) { --lineLength; } in readNonEmptyLine()