Searched refs:getShort (Results 1 – 12 of 12) sorted by relevance
110 if (f.getShort(this) != g.getShort(that)) in equals()200 if (f.getShort(this) != g.getShort(that)) in match()311 short shortField = f.getShort(this); in debugDump()
116 if (f.getShort(this) != g.getShort(that)) in equals()206 if (f.getShort(this) != g.getShort(that)) in match()322 short shortField = f.getShort(this); in debugDump()
320 ret = Array.getShort(x, 0); in test_getShortLjava_lang_ObjectI()324 ret = Array.getShort(new Object(), 0); in test_getShortLjava_lang_ObjectI()334 ret = Array.getShort(x, 4); in test_getShortLjava_lang_ObjectI()648 assertEquals("Get returned incorrect value", 1, Array.getShort(x, 0)); in test_setShortLjava_lang_ObjectIS()
161 res = new Short(f.getShort(o)); in getField()687 val = f.getShort(x); in test_getShortLjava_lang_Object()693 f.getShort(x); in test_getShortLjava_lang_Object()1014 val = f.getShort(x); in test_setShortLjava_lang_ObjectS()
247 short shortField = f.getShort(mergeObject); in merge()441 if (f.getShort(this) != g.getShort(that)) in equals()526 if (f.getShort(this) != g.getShort(that)) in match()625 short shortField = f.getShort(this); in debugDump()
101 return wordSize == SHORT_SIZE ? buffer.getShort(index) : buffer.getInt(index); in readWordFromBuffer()220 objectOutput.writeShort(inputBuffer.getShort(index)); in writeExternalWord()
66 assertEquals(i, simple.getShort(i)); in testShort()252 public short getShort(int pos); in getShort() method333 public short getShort(int pos) { in getShort() method in ArrayAccessReplaceTest.Simple
91 short shortField = f.getShort(this); in debugDump()
1848 value = buf.getShort(); in testGetShort()1853 buf.getShort(); in testGetShort()1871 value = buf.getShort(i); in testGetShortint()1878 buf.getShort(-1); in testGetShortint()1884 buf.getShort(buf.limit() - nbytes + 1); in testGetShortint()
469 public short getShort(int columnIndex) throws SQLException { in getShort() method in Impl_RowSet473 public short getShort(String columnName) throws SQLException { in getShort() method in Impl_RowSet
277 public short getShort(int columnIndex) throws SQLException {299 public short getShort(String columnName) throws SQLException {301 return getShort(col);
656 public short getShort(String parameterName) throws SQLException {