Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DMemory.java297 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray() method in Memory
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java413 Memory.peekCharArray(ix(pos), in getUnchecked()