Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DStrictLineReader.java47 private static final byte LF = (byte)'\n'; field in StrictLineReader
165 if (buf[i] == LF) { in readLine()
189 if (buf[i] == LF) { in readLine()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java2432 public void test_hashCode$LF() { in test_hashCode$LF()