Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DDataInputStream.java510 int room = buf.length; in readLine() local
531 if (--room < 0) { in readLine()
533 room = buf.length - offset - 1; in readLine()
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset-X-Coder.java.template75 * input is required, when there is not enough room in the output buffer, or
681 * CoderResult#UNDERFLOW}. If there is insufficient room in the output
684 * more room, in order to complete the current <a href="#steps">$coding$
767 * $itype$s as possible until it either runs out of input, runs out of room