Searched refs:CR (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | StrictLineReader.java | 46 private static final byte CR = (byte)'\r'; field in StrictLineReader 166 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i; in readLine() 177 int length = (count > 0 && buf[count - 1] == CR) ? count - 1 : count; in readLine()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | EnumSetTest.java | 102 H, HE, LI, BE, B, C, N, O, F, NE, NA, MG, AL, SI, P, S, CL, AR, K, CA, SC, TI, V, CR, MN, enumConstant
|