Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp16 static UBool isCROrLF(UChar c) { return c == 0xa || c == 0xd; } in isCROrLF() function
189 while(lineLength > 0 && isCROrLF(line[lineLength - 1])) { --lineLength; } in readLine()
Dcollationtest.cpp89 static UBool isCROrLF(UChar c) { return c == 0xa || c == 0xd; } in isCROrLF() function in CollationTest
983 while(lineLength > 0 && isCROrLF(line[lineLength - 1])) { --lineLength; } in readNonEmptyLine()