Searched refs:lineEnd (Results 1 – 1 of 1) sorted by relevance
166 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i; in readLine() local167 String res = new String(buf, pos, lineEnd - pos, charset); in readLine()