Home
last modified time | relevance | path

Searched defs:getChar (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DByteBuffer.java428 public abstract char getChar(); in getChar() method in ByteBuffer
444 public abstract char getChar(int index); in getChar() method in ByteBuffer
DByteArrayBuffer.java162 @Override public final char getChar() { in getChar() method in ByteArrayBuffer
172 @Override public final char getChar(int index) { in getChar() method in ByteArrayBuffer
DDirectByteBuffer.java175 @Override public final char getChar() { in getChar() method in DirectByteBuffer
186 @Override public final char getChar(int index) { in getChar() method in DirectByteBuffer
/libcore/libart/src/main/java/java/lang/reflect/
DField.java369 public char getChar(Object object) throws IllegalAccessException, IllegalArgumentException { in getChar() method in Field
373 private native char getChar(Object object, boolean accessible) in getChar() method in Field
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java148 …public static char getChar(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getChar() method in Array