HomeSort by relevance Sort by last modified time
    Searched refs:peekCharArray (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/io/
Memory.java 183 public static native void peekCharArray(long address, char[] dst, int dstOffset, int charCount, boolean swap);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 294 NATIVE_METHOD(Memory, peekCharArray, "(J[CIIZ)V"),
  /libcore/ojluni/src/main/java/java/nio/
DirectByteBuffer.java 339 Memory.peekCharArray(ix(pos),

Completed in 199 milliseconds