/libcore/ojluni/src/main/java/java/lang/ |
D | StringUTF16.java | 64 public static char getChar(byte[] val, int index) { in getChar() method in StringUTF16
|
D | StringLatin1.java | 714 public static char getChar(byte[] val, int index) { in getChar() method in StringLatin1
|
/libcore/ojluni/annotations/mmodule/java/nio/ |
D | DirectByteBuffer.annotated.java | 93 public final char getChar() { throw new RuntimeException("Stub!"); } in getChar() method in DirectByteBuffer 96 public final char getChar(int i) { throw new RuntimeException("Stub!"); } in getChar() method in DirectByteBuffer
|
D | ByteBuffer.annotated.java | 92 public abstract char getChar(); in getChar() method in ByteBuffer 96 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/libcore/ojluni/src/main/java/java/io/ |
D | Bits.java | 43 static char getChar(byte[] b, int off) { in getChar() method in Bits
|
/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | ByteBuffer.annotated.java | 129 public abstract char getChar(); in getChar() method in ByteBuffer 133 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/libcore/ojluni/annotations/sdk/nullability/java/nio/ |
D | ByteBuffer.annotated.java | 119 public abstract char getChar(); in getChar() method in ByteBuffer 123 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeObject.java | 229 final char getChar(int offset) { in getChar() method in NativeObject
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Field.annotated.java | 64 public native char getChar(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalAcc… in getChar() method in Field
|
D | Array.annotated.java | 48 public static char getChar(@libcore.util.NonNull java.lang.Object array, int index) throws java.lan… in getChar() method in Array
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Field.java | 100 public native char getChar(java.lang.Object obj) in getChar() method in Field
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Field.java | 426 public native char getChar(Object obj) in getChar() method in Field
|
D | Array.java | 281 public static char getChar(Object array, int index) in getChar() method in Array
|
/libcore/ojluni/annotations/mmodule/sun/misc/ |
D | Unsafe.annotated.java | 130 public native char getChar(java.lang.Object obj, long offset); in getChar() method in Unsafe 196 public native char getChar(long address); in getChar() method in Unsafe
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Unsafe.java | 376 public native char getChar(Object obj, long offset); in getChar() method in Unsafe 568 public native char getChar(long address); in getChar() method in Unsafe
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | Unsafe.java | 140 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/ |
D | ByteBuffer.java | 149 public abstract char getChar(); in getChar() method in ByteBuffer 153 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
D | DirectByteBuffer.java | 170 public final char getChar() { in getChar() method in DirectByteBuffer 174 public final char getChar(int i) { in getChar() method in DirectByteBuffer
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 445 public char getChar() { in getChar() method in HeapByteBuffer 452 public char getChar(int i) { in getChar() method in HeapByteBuffer
|
D | Bits.java | 91 static char getChar(ByteBuffer bb, int bi, boolean bigEndian) { in getChar() method in Bits 95 static char getChar(long a, boolean bigEndian) { in getChar() method in Bits
|
D | ByteBuffer.java | 2435 public abstract char getChar(); in getChar() method in ByteBuffer 2475 public abstract char getChar(int index); in getChar() method in ByteBuffer
|
D | DirectByteBuffer.java | 378 public final char getChar() { in getChar() method in DirectByteBuffer 392 public final char getChar(int i) { in getChar() method in DirectByteBuffer
|
/libcore/ojluni/src/main/java/jdk/internal/misc/ |
D | Unsafe.java | 239 public native char getChar(Object o, long offset); in getChar() method in Unsafe 413 public native char getChar(long address); in getChar() method in Unsafe
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 138 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
|