Lines Matching refs:outBytes
169 uint8_t *outBytes; in swapFormatVersion3() local
187 outBytes=(uint8_t *)outData; in swapFormatVersion3()
230 if(inBytes!=outBytes) { in swapFormatVersion3()
231 uprv_memcpy(outBytes, inBytes, header.size); in swapFormatVersion3()
264 outBytes+header.options, pErrorCode); in swapFormatVersion3()
277 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
284 outBytes+header.contractionIndex, pErrorCode); in swapFormatVersion3()
288 outBytes+header.contractionCEs, pErrorCode); in swapFormatVersion3()
295 outBytes+header.mappingPosition, pErrorCode); in swapFormatVersion3()
301 outBytes+header.endExpansionCE, pErrorCode); in swapFormatVersion3()
313 outBytes+header.UCAConsts, pErrorCode); in swapFormatVersion3()
320 outBytes+header.contractionUCACombos, pErrorCode); in swapFormatVersion3()
329 outBytes+header.scriptToLeadByte, pErrorCode); in swapFormatVersion3()
338 outBytes+header.leadByteToScript, pErrorCode); in swapFormatVersion3()
385 uint8_t *outBytes=(uint8_t *)outData; in swapFormatVersion4() local
436 if(inBytes!=outBytes) { in swapFormatVersion4()
437 uprv_memcpy(outBytes, inBytes, size); in swapFormatVersion4()
441 ds->swapArray32(ds, inBytes, indexesLength * 4, outBytes, &errorCode); in swapFormatVersion4()
454 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
463 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
479 ds->swapArray64(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
495 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
502 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
509 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
516 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
523 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
530 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode); in swapFormatVersion4()
607 uint8_t *outBytes; in ucol_swapInverseUCA() local
638 outBytes=(uint8_t *)outData+headerSize; in ucol_swapInverseUCA()
641 outHeader=(InverseUCATableHeader *)outBytes; in ucol_swapInverseUCA()
663 if(inBytes!=outBytes) { in ucol_swapInverseUCA()
664 uprv_memcpy(outBytes, inBytes, header.byteSize); in ucol_swapInverseUCA()
680 outBytes+header.table, pErrorCode); in ucol_swapInverseUCA()
684 outBytes+header.conts, pErrorCode); in ucol_swapInverseUCA()