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

/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetDecoder.java195 output = allocateMore(output);
205 output = allocateMore(output);
232 private CharBuffer allocateMore(CharBuffer output) { method in class:CharsetDecoder
H A DCharsetEncoder.java287 output = allocateMore(output);
301 output = allocateMore(output);
330 private ByteBuffer allocateMore(ByteBuffer output) { method in class:CharsetEncoder

Completed in 50 milliseconds