Searched refs:readUnsignedShort (Results 1 – 11 of 11) sorted by relevance
40 public int readUnsignedShort() { in readUnsignedShort() method in ByteArrayDictBuffer47 final int retval = readUnsignedShort(); in readUnsignedInt24()53 final int retval = readUnsignedShort(); in readInt()54 return (retval << 16) + readUnsignedShort(); in readInt()
47 public int readUnsignedShort(); in readUnsignedShort() method72 public int readUnsignedShort() { in readUnsignedShort() method in BinaryDictDecoderUtils.ByteBufferDictBuffer79 return (retval << 16) + readUnsignedShort(); in readUnsignedInt24()290 character += dictBuffer.readUnsignedShort(); in readChar()
325 mNumOfTagInIfd = mTiffStream.readUnsignedShort(); in next()713 value[i] = readUnsignedShort(); in readFullTagValue()766 int length = dataStream.readUnsignedShort(); in seekTiffData()841 protected int readUnsignedShort() throws IOException { in readUnsignedShort() method in ExifParser
109 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in CountedDataInputStream
324 mNumOfTagInIfd = mTiffStream.readUnsignedShort(); in next()709 value[i] = readUnsignedShort(); in readFullTagValue()762 int length = dataStream.readUnsignedShort(); in seekTiffData()837 protected int readUnsignedShort() throws IOException { in readUnsignedShort() method in ExifParser
105 public int readUnsignedShort() throws IOException { in readUnsignedShort() method in CountedDataInputStream
306 numOfTagInIfd = tiffStream.readUnsignedShort(); in next()675 value[i] = readUnsignedShort(); in readFullTagValue()728 int length = dataStream.readUnsignedShort(); in seekTiffData()784 private int readUnsignedShort() throws IOException { in readUnsignedShort() method in ExifParser
110 int readUnsignedShort() throws IOException { in readUnsignedShort() method in CountedDataInputStream
63 int length = din.readUnsignedShort(); in readRotation()