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

/libcore/luni/src/main/java/libcore/io/
H A DMemory.java183 public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, boolean swap); method in class:Memory
/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp294 NATIVE_METHOD(Memory, peekCharArray, "(J[CIIZ)V"),
/libcore/ojluni/src/main/java/java/nio/
H A DDirectByteBuffer.java339 Memory.peekCharArray(ix(pos),

Completed in 353 milliseconds