Searched refs:LF (Results 1 – 2 of 2) sorted by relevance
47 private static final byte LF = (byte)'\n'; field in StrictLineReader165 if (buf[i] == LF) { in readLine()189 if (buf[i] == LF) { in readLine()
2432 public void test_hashCode$LF() { in test_hashCode$LF()