Lines Matching refs:inBytes
109 const uint8_t *inBytes; in ucol_looksLikeCollationBinary() local
117 inBytes=(const uint8_t *)inData; in ucol_looksLikeCollationBinary()
154 const uint8_t *inBytes; in ucol_swapBinary() local
172 inBytes=(const uint8_t *)inData; in ucol_swapBinary()
216 if(inBytes!=outBytes) { in ucol_swapBinary()
217 uprv_memcpy(outBytes, inBytes, header.size); in ucol_swapBinary()
249 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in ucol_swapBinary()
262 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in ucol_swapBinary()
269 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2, in ucol_swapBinary()
273 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4, in ucol_swapBinary()
280 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count, in ucol_swapBinary()
286 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4, in ucol_swapBinary()
299 … ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts, in ucol_swapBinary()
306 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count, in ucol_swapBinary()
312 …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()
314 ds->swapArray16(ds, inBytes+header.scriptToLeadByte, 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()
323 ds->swapArray16(ds, inBytes+header.leadByteToScript, in ucol_swapBinary()
385 const uint8_t *inBytes; in ucol_swapInverseUCA() local
416 inBytes=(const uint8_t *)inData+headerSize; in ucol_swapInverseUCA()
419 inHeader=(const InverseUCATableHeader *)inBytes; in ucol_swapInverseUCA()
442 if(inBytes!=outBytes) { in ucol_swapInverseUCA()
443 uprv_memcpy(outBytes, inBytes, header.byteSize); in ucol_swapInverseUCA()
458 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()
462 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR, in ucol_swapInverseUCA()