Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DScanner.java1526 String lineSep = mr.group(1); in hasNextLine() local
1527 if (lineSep != null) { in hasNextLine()
1529 lineSep.length()); in hasNextLine()
1565 String lineSep = mr.group(1); in nextLine() local
1566 if (lineSep != null) in nextLine()
1567 result = result.substring(0, result.length() - lineSep.length()); in nextLine()