Home
last modified time | relevance | path

Searched refs:readUInt16 (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DWOFFFileFormat.cpp80 static bool readUInt16(SharedBuffer* buffer, size_t& offset, uint16_t& value) in readUInt16() function
136 if (!readUInt16(woff, offset, numTables)) in convertWOFFToSfnt()
143 if (!readUInt16(woff, offset, reserved) || reserved) in convertWOFFToSfnt()
/external/icu4c/common/
Dudataswp.c168 return (int16_t)ds->readUInt16((uint16_t)x); in udata_readInt16()
262 headerSize=ds->readUInt16(pHeader->dataHeader.headerSize); in udata_swapDataHeader()
263 infoSize=ds->readUInt16(pHeader->info.size); in udata_swapDataHeader()
339 … swapper->readUInt16= inIsBigEndian==U_IS_BIG_ENDIAN ? uprv_readDirectUInt16 : uprv_readSwapUInt16; in udata_openSwapper()
Ducol_swp.cpp312 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = … in ucol_swapBinary()
313 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in ucol_swapBinary()
321 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in ucol_swapBinary()
322 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in ucol_swapBinary()
Dtriedict.cpp1358 uint16_t nodeCount = ds->readUInt16(header->nodeCount); in triedict_swap()
1364 uint16_t flagscount = ds->readUInt16(inNode->flagscount); in triedict_swap()
1372 … uint16_t equal = ds->readUInt16(inBytes+nodeOff+offsetof(CompactTrieVerticalNode,equal); in triedict_swap()
1379 uint16_t word = ds->readUInt16(inHNode->entries[j].ch); in triedict_swap()
1381 word = ds->readUInt16(inHNode->entries[j].equal); in triedict_swap()
1390 uint16_t nodeCount = ds->readUInt16(header->nodeCount); in triedict_swap()
1399 uint16_t root = ds->readUInt16(header->root); in triedict_swap()
Dutrie2.cpp423 trie.options=ds->readUInt16(inTrie->options); in utrie2_swap()
424 trie.indexLength=ds->readUInt16(inTrie->indexLength); in utrie2_swap()
425 trie.shiftedDataLength=ds->readUInt16(inTrie->shiftedDataLength); in utrie2_swap()
Dudataswp.h162 UDataReadUInt16 *readUInt16; member
Duresdata.c759 count=ds->readUInt16(*pKey16); in ures_swapResource()
792 int32_t keyOffset=ds->readUInt16(pKey16[i]); in ures_swapResource()
833 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]); in ures_swapResource()
Dunames.c1903 offset+=ds->readUInt16(inRange->size); in uchar_swapNames()
1934 tokenCount=ds->readUInt16(*p); in uchar_swapNames()
1995 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset))); in uchar_swapNames()
2059 offset+=ds->readUInt16(inRange->size); in uchar_swapNames()
Ducnv_io.c1267 tempTable.rows[i].strIndex=ds->readUInt16(p[i]); in ucnv_swapAliases()