Lines Matching refs:inBytes
93 const uint8_t *inBytes; in swapFormatVersion3() local
111 inBytes=(const uint8_t *)inData; in swapFormatVersion3()
155 if(inBytes!=outBytes) { in swapFormatVersion3()
156 uprv_memcpy(outBytes, inBytes, header.size); in swapFormatVersion3()
188 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options, in swapFormatVersion3()
201 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count, in swapFormatVersion3()
208 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2, in swapFormatVersion3()
212 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4, in swapFormatVersion3()
219 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count, in swapFormatVersion3()
225 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4, in swapFormatVersion3()
237 … ds->swapArray32(ds, inBytes+header.UCAConsts, header.contractionUCACombos-header.UCAConsts, in swapFormatVersion3()
244 ds->swapArray16(ds, inBytes+header.contractionUCACombos, (int32_t)count, in swapFormatVersion3()
250 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte))); // each entry = … in swapFormatVersion3()
251 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry… in swapFormatVersion3()
252 ds->swapArray16(ds, inBytes+header.scriptToLeadByte, in swapFormatVersion3()
259 …int indexCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript))); // each entry = … in swapFormatVersion3()
260 …int dataCount = ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry… in swapFormatVersion3()
261 ds->swapArray16(ds, inBytes+header.leadByteToScript, in swapFormatVersion3()
309 const uint8_t *inBytes=(const uint8_t *)inData; in swapFormatVersion4() local
312 const int32_t *inIndexes=(const int32_t *)inBytes; in swapFormatVersion4()
361 if(inBytes!=outBytes) { in swapFormatVersion4()
362 uprv_memcpy(outBytes, inBytes, size); in swapFormatVersion4()
366 ds->swapArray32(ds, inBytes, indexesLength * 4, outBytes, &errorCode); in swapFormatVersion4()
379 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
388 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
404 ds->swapArray64(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
420 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
427 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
434 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
441 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
448 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
455 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
531 const uint8_t *inBytes; in ucol_swapInverseUCA() local
562 inBytes=(const uint8_t *)inData+headerSize; in ucol_swapInverseUCA()
565 inHeader=(const InverseUCATableHeader *)inBytes; in ucol_swapInverseUCA()
588 if(inBytes!=outBytes) { in ucol_swapInverseUCA()
589 uprv_memcpy(outBytes, inBytes, header.byteSize); in ucol_swapInverseUCA()
604 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4, in ucol_swapInverseUCA()
608 ds->swapArray16(ds, inBytes+header.conts, header.contsSize*U_SIZEOF_UCHAR, in ucol_swapInverseUCA()