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