Searched refs:LF (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DStrictLineReader.java47 private static final byte LF = (byte)'\n'; field in class:StrictLineReader
163 // Try to find LF in the buffered data and return the line if successful.
165 if (buf[i] == LF) {
187 // Try to find LF in the buffered data and return the line if successful.
189 if (buf[i] == LF) {
/libcore/luni/src/test/java/tests/api/java/util/
H A DArraysTest.java2284 public void test_hashCode$LF() {

Completed in 310 milliseconds