Searched defs:sourceClosed (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DScanner.java335 private boolean sourceClosed = false; field in class:Scanner
820 sourceClosed = true;
873 if ((sourceClosed) && (position == buf.limit()))
923 if (matcher.hitEnd() && !sourceClosed) {
935 if (sourceClosed)
962 if (matcher.requireEnd() && !sourceClosed) {
986 if (sourceClosed) {
1024 if (matcher.hitEnd() && (!sourceClosed)) {
1045 if (sourceClosed)
1062 if (matcher.hitEnd() && (!sourceClosed)) {
[all...]

Completed in 40 milliseconds