Searched refs:HeapCharBuffer (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapCharBuffer.java | 46 final class HeapCharBuffer class 67 HeapCharBuffer(int cap, int lim) { // package-private in HeapCharBuffer() method in HeapCharBuffer 86 private HeapCharBuffer(int cap, int lim, boolean isReadOnly) { in HeapCharBuffer() method in HeapCharBuffer 93 HeapCharBuffer(char[] buf, int off, int len) { // package-private in HeapCharBuffer() method in HeapCharBuffer 112 private HeapCharBuffer(char[] buf, int off, int len, boolean isReadOnly) { in HeapCharBuffer() method in HeapCharBuffer 121 private HeapCharBuffer(char[] buf, in HeapCharBuffer() method in HeapCharBuffer 145 return new HeapCharBuffer(hb, in slice() 159 return new HeapCharBuffer(hb, in slice() 171 return new HeapCharBuffer(hb, in duplicate() 194 return new HeapCharBuffer(hb, in asReadOnlyBuffer() [all …]
|
D | CharBuffer.java | 380 return new HeapCharBuffer(capacity, capacity); in allocate() 426 return new HeapCharBuffer(array, offset, length); in wrap()
|
D | Heap-X-Buffer.java.template | 1088 return new HeapCharBuffer$RW$(hb,
|
/libcore/ojluni/src/tools/make/gensrc/ |
D | GensrcBuffer.gmk | 297 $(eval $(call SetupGenBuffer,HeapCharBuffer, $(HEAP_X_BUF), type:=char))
|
/libcore/ |
D | openjdk_java_files.bp | 412 "ojluni/src/main/java/java/nio/HeapCharBuffer.java",
|