Searched defs:getChar (Results 1 - 25 of 66) sorted by relevance

123

/openjdk10/jdk/src/java.base/share/classes/sun/nio/cs/
H A DStringUTF16.java33 public static char getChar(byte[] val, int index) { method in class:StringUTF16
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/res/
H A DCharArrayWrapper.java36 public char getChar(int index){ method in class:CharArrayWrapper
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest6256805.java62 public Character getChar() { method in class:Test6256805.CharacterBean
/openjdk10/test/lib/jdk/test/lib/hprof/parser/
H A DReadBuffer.java43 public char getChar(long pos) throws IOException; method in interface:ReadBuffer
H A DMappedReadBuffer.java102 public synchronized char getChar(long pos) throws IOException { method in class:MappedReadBuffer
H A DFileReadBuffer.java61 public synchronized char getChar(long pos) throws IOException { method in class:FileReadBuffer
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DBits.java43 static char getChar(byte[] b, int off) { method in class:Bits
/openjdk10/hotspot/test/compiler/inlining/
H A DInlineAccessors.java104 public char getChar() { return c; } method in class:InlineAccessors
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/reflect/
H A DUnsafeStaticBooleanFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticBooleanFieldAccessorImpl
H A DUnsafeQualifiedShortFieldAccessorImpl.java49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedShortFieldAccessorImpl
H A DUnsafeQualifiedStaticShortFieldAccessorImpl.java49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticShortFieldAccessorImpl
H A DUnsafeQualifiedStaticCharacterFieldAccessorImpl.java49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticCharacterFieldAccessorImpl
H A DUnsafeQualifiedStaticByteFieldAccessorImpl.java49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticByteFieldAccessorImpl
H A DUnsafeShortFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeShortFieldAccessorImpl
H A DUnsafeStaticCharacterFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticCharacterFieldAccessorImpl
H A DUnsafeStaticByteFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticByteFieldAccessorImpl
H A DUnsafeStaticFloatFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticFloatFieldAccessorImpl
H A DUnsafeQualifiedStaticObjectFieldAccessorImpl.java49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticObjectFieldAccessorImpl
H A DUnsafeQualifiedStaticIntegerFieldAccessorImpl.java49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticIntegerFieldAccessorImpl
H A DUnsafeStaticLongFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticLongFieldAccessorImpl
H A DUnsafeQualifiedStaticBooleanFieldAccessorImpl.java49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedStaticBooleanFieldAccessorImpl
H A DUnsafeStaticObjectFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticObjectFieldAccessorImpl
H A DUnsafeStaticIntegerFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticIntegerFieldAccessorImpl
H A DUnsafeStaticShortFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticShortFieldAccessorImpl
H A DUnsafeStaticDoubleFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeStaticDoubleFieldAccessorImpl

Completed in 206 milliseconds

123