Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java71 public final char getChar() { throw new RuntimeException("Stub!"); } in getChar() method in DirectByteBuffer
73 public final char getChar(int i) { throw new RuntimeException("Stub!"); } in getChar() method in DirectByteBuffer
DByteBuffer.annotated.java92 public abstract char getChar(); in getChar() method in ByteBuffer
96 public abstract char getChar(int index); in getChar() method in ByteBuffer
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java103 public abstract char getChar(); in getChar() method in ByteBuffer
107 public abstract char getChar(int index); in getChar() method in ByteBuffer
/libcore/ojluni/src/main/java/java/io/
DBits.java43 static char getChar(byte[] b, int off) { in getChar() method in Bits
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java64 public native char getChar(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcc… in getChar() method in Field
DArray.annotated.java48 public static char getChar(@libcore.util.NonNull java.lang.Object array, int index) throws java.lan… in getChar() method in Array
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java229 final char getChar(int offset) { in getChar() method in NativeObject
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java100 public native char getChar(java.lang.Object obj) in getChar() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java426 public native char getChar(Object obj) in getChar() method in Field
DArray.java280 public static char getChar(Object array, int index) in getChar() method in Array
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java196 public char getChar() { in getChar() method in HeapByteBuffer
201 public char getChar(int i) { in getChar() method in HeapByteBuffer
DByteBuffer.java1091 public abstract char getChar(); in getChar() method in ByteBuffer
1131 public abstract char getChar(int index); in getChar() method in ByteBuffer
DBits.java88 static char getChar(ByteBuffer bb, int bi, boolean bigEndian) { in getChar() method in Bits
92 static char getChar(long a, boolean bigEndian) { in getChar() method in Bits
DDirectByteBuffer.java347 public final char getChar() { in getChar() method in DirectByteBuffer
361 public final char getChar(int i) { in getChar() method in DirectByteBuffer
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java325 public native char getChar(Object obj, long offset); in getChar() method in Unsafe
401 public native char getChar(long address); in getChar() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java140 public native char getChar(java.lang.Object obj, long offset); in getChar() method in Unsafe
204 public native char getChar(long address); in getChar() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/java/nio/
DByteBuffer.java149 public abstract char getChar(); in getChar() method in ByteBuffer
153 public abstract char getChar(int index); in getChar() method in ByteBuffer
DDirectByteBuffer.java163 public final char getChar() { in getChar() method in DirectByteBuffer
167 public final char getChar(int i) { in getChar() method in DirectByteBuffer
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java138 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in getChar() method in MethodHandleAccessorsTest
156 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in getChar() method in MethodHandleAccessorsTest