HomeSort by relevance Sort by last modified time
    Searched refs:readUInt16 (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.cpp 80 static bool readUInt16(SharedBuffer* buffer, size_t& offset, uint16_t& value)
136 if (!readUInt16(woff, offset, numTables))
143 if (!readUInt16(woff, offset, reserved) || reserved)
  /external/icu4c/common/
udataswp.c 168 return (int16_t)ds->readUInt16((uint16_t)x);
262 headerSize=ds->readUInt16(pHeader->dataHeader.headerSize);
263 infoSize=ds->readUInt16(pHeader->info.size);
339 swapper->readUInt16= inIsBigEndian==U_IS_BIG_ENDIAN ? uprv_readDirectUInt16 : uprv_readSwapUInt16;
ucol_swp.cpp 312 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = 2 * uint16
313 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
321 int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = uint16
322 int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
udataswp.h 162 UDataReadUInt16 *readUInt16;
triedict.cpp     [all...]
utrie2.cpp 423 trie.options=ds->readUInt16(inTrie->options);
424 trie.indexLength=ds->readUInt16(inTrie->indexLength);
425 trie.shiftedDataLength=ds->readUInt16(inTrie->shiftedDataLength);
uresdata.c 759 count=ds->readUInt16(*pKey16);
792 int32_t keyOffset=ds->readUInt16(pKey16[i]);
833 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]);
    [all...]
unames.c     [all...]
ucnv_io.c     [all...]

Completed in 180 milliseconds