• Home
  • Raw
  • Download

Lines Matching refs:outBytes

94     uint8_t *outBytes;  in swapFormatVersion3()  local
112 outBytes=(uint8_t *)outData; in swapFormatVersion3()
155 if(inBytes!=outBytes) { in swapFormatVersion3()
156 uprv_memcpy(outBytes, inBytes, header.size); in swapFormatVersion3()
189 outBytes+header.options, pErrorCode); in swapFormatVersion3()
202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
209 outBytes+header.contractionIndex, pErrorCode); in swapFormatVersion3()
213 outBytes+header.contractionCEs, pErrorCode); in swapFormatVersion3()
220 outBytes+header.mappingPosition, pErrorCode); in swapFormatVersion3()
226 outBytes+header.endExpansionCE, pErrorCode); in swapFormatVersion3()
238 outBytes+header.UCAConsts, pErrorCode); in swapFormatVersion3()
245 outBytes+header.contractionUCACombos, pErrorCode); in swapFormatVersion3()
254 outBytes+header.scriptToLeadByte, pErrorCode); in swapFormatVersion3()
263 outBytes+header.leadByteToScript, pErrorCode); in swapFormatVersion3()
310 uint8_t *outBytes=(uint8_t *)outData; in swapFormatVersion4() local
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()
532 uint8_t *outBytes; in ucol_swapInverseUCA() local
563 outBytes=(uint8_t *)outData+headerSize; in ucol_swapInverseUCA()
566 outHeader=(InverseUCATableHeader *)outBytes; in ucol_swapInverseUCA()
588 if(inBytes!=outBytes) { in ucol_swapInverseUCA()
589 uprv_memcpy(outBytes, inBytes, header.byteSize); in ucol_swapInverseUCA()
605 outBytes+header.table, pErrorCode); in ucol_swapInverseUCA()
609 outBytes+header.conts, pErrorCode); in ucol_swapInverseUCA()