Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DMemory.java188 …public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, bo… in peekCharArray() method in Memory
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp296 NATIVE_METHOD(Memory, peekCharArray, "(J[CIIZ)V"),
/libcore/ojluni/src/main/java/java/nio/
DDirectByteBuffer.java375 Memory.peekCharArray(ix(pos), in getUnchecked()