Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DByteBuffer.java424 public abstract char getChar(); in getChar() method in ByteBuffer
440 public abstract char getChar(int index); in getChar() method in ByteBuffer
DDirectByteBuffer.java161 @Override public final char getChar() { in getChar() method in DirectByteBuffer
171 @Override public final char getChar(int index) { in getChar() method in DirectByteBuffer
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
/libcore/libart/src/main/java/java/lang/reflect/
DField.java355 public native char getChar(Object object) throws IllegalAccessException, 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
/libcore/libdvm/src/main/java/java/lang/reflect/
DField.java347 public char getChar(Object object) throws IllegalAccessException, IllegalArgumentException { in getChar() method in Field