HomeSort by relevance Sort by last modified time
    Searched defs:readUint16 (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLInputStream.java 68 public int readUint16() throws IOException {
  /external/webkit/WebCore/platform/image-decoders/ico/
ICOImageDecoder.h 73 inline uint16_t readUint16(int offset) const
75 return BMPImageReader::readUint16(m_data.get(),
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.h 45 static inline uint16_t readUint16(SharedBuffer* data, int offset)
121 inline uint16_t readUint16(int offset) const
123 return readUint16(m_data.get(), m_decodedOffset + offset);
197 return readUint16(offset);

Completed in 103 milliseconds