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

123

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/res/
H A DCharArrayWrapper.java37 public char getChar(int index){ method in class:CharArrayWrapper
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DReadBuffer.java46 public char getChar(long pos) throws IOException; method in interface:ReadBuffer
H A DFileReadBuffer.java60 public synchronized char getChar(long pos) throws IOException { method in class:FileReadBuffer
H A DMappedReadBuffer.java90 public synchronized char getChar(long pos) throws IOException { method in class:MappedReadBuffer
92 return buf.getChar();
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest6256805.java62 public Character getChar() { method in class:Test6256805.CharacterBean
/openjdk7/jdk/src/share/classes/java/io/
H A DBits.java43 static char getChar(byte[] b, int off) { method in class:Bits
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharGB18030.java230 output[charOff++] = getChar(offset);
234 output[charOff++] = getChar(offset);
238 output[charOff++] = getChar(offset);
282 private char getChar(int offset) throws UnknownCharacterException { method in class:ByteToCharGB18030
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DPage.java148 public char getChar(long address, boolean bigEndian) { method in class:Page
H A DPageCache.java91 public synchronized char getChar(long address, boolean bigEndian) { method in class:PageCache
92 return checkPage(getPage(address & pageMask), address).getChar(address, bigEndian);
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DArray.java195 public static native char getChar(Object array, int index) method in class:Array
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNativeObject.java229 final char getChar(int offset) { method in class:NativeObject
230 return unsafe.getChar(offset + address);
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DFieldAccessor.java44 public char getChar(Object obj) throws IllegalArgumentException; method in interface:FieldAccessor
H A DFieldAccessorImpl.java47 public abstract char getChar(Object obj) method in class:FieldAccessorImpl
H A DUnsafeBooleanFieldAccessorImpl.java48 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeBooleanFieldAccessorImpl
H A DUnsafeByteFieldAccessorImpl.java48 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeByteFieldAccessorImpl
H A DUnsafeCharacterFieldAccessorImpl.java36 return new Character(getChar(obj));
47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeCharacterFieldAccessorImpl
49 return unsafe.getChar(obj, fieldOffset);
57 return getChar(obj);
61 return getChar(obj);
65 return getChar(obj);
69 return getChar(obj);
H A DUnsafeDoubleFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeDoubleFieldAccessorImpl
H A DUnsafeFloatFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeFloatFieldAccessorImpl
H A DUnsafeIntegerFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeIntegerFieldAccessorImpl
H A DUnsafeLongFieldAccessorImpl.java47 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeLongFieldAccessorImpl
H A DUnsafeObjectFieldAccessorImpl.java48 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeObjectFieldAccessorImpl
H A DUnsafeQualifiedBooleanFieldAccessorImpl.java50 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedBooleanFieldAccessorImpl
H A DUnsafeQualifiedByteFieldAccessorImpl.java50 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedByteFieldAccessorImpl
H A DUnsafeQualifiedCharacterFieldAccessorImpl.java38 return new Character(getChar(obj));
49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedCharacterFieldAccessorImpl
59 return getChar(obj);
63 return getChar(obj);
67 return getChar(obj);
71 return getChar(obj);
H A DUnsafeQualifiedDoubleFieldAccessorImpl.java49 public char getChar(Object obj) throws IllegalArgumentException { method in class:UnsafeQualifiedDoubleFieldAccessorImpl

Completed in 45 milliseconds

123