Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStringUTF16.java64 public static char getChar(byte[] val, int index) { in getChar() method in StringUTF16
DStringLatin1.java714 public static char getChar(byte[] val, int index) { in getChar() method in StringLatin1
/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java93 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
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/src/main/java/java/io/
DBits.java43 static char getChar(byte[] b, int off) { in getChar() method in Bits
/libcore/ojluni/annotations/flagged_api/java/nio/
DByteBuffer.annotated.java129 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/
DByteBuffer.annotated.java119 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/
DNativeObject.java229 final char getChar(int offset) { in getChar() method in NativeObject
/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/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.java281 public static char getChar(Object array, int index) in getChar() method in Array
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java130 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/
DUnsafe.java376 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/
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.java170 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/
DHeapByteBuffer.java445 public char getChar() { in getChar() method in HeapByteBuffer
452 public char getChar(int i) { in getChar() method in HeapByteBuffer
DBits.java91 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
DByteBuffer.java2435 public abstract char getChar(); in getChar() method in ByteBuffer
2475 public abstract char getChar(int index); in getChar() method in ByteBuffer
DDirectByteBuffer.java378 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/
DUnsafe.java239 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/
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