Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java485 int maxpos = tpos + n; in readLine() local
488 while (tpos < maxpos && (c = tbuf[tpos++]) != '\n' && c != '\r'); in readLine()
489 if (c == '\r' && tpos < maxpos && tbuf[tpos] == '\n') { in readLine()