Searched refs:lineSep (Results 1 – 1 of 1) sorted by relevance
1526 String lineSep = mr.group(1); in hasNextLine() local1527 if (lineSep != null) { in hasNextLine()1529 lineSep.length()); in hasNextLine()1565 String lineSep = mr.group(1); in nextLine() local1566 if (lineSep != null) in nextLine()1567 result = result.substring(0, result.length() - lineSep.length()); in nextLine()