Home | History | Annotate | Download | only in common

Lines Matching full:outbytes

167     uint8_t *outBytes;
185 outBytes=(uint8_t *)outData;
228 if(inBytes!=outBytes) {
229 uprv_memcpy(outBytes, inBytes, header.size);
262 outBytes+header.options, pErrorCode);
275 outBytes+header.expansion, pErrorCode);
282 outBytes+header.contractionIndex, pErrorCode);
286 outBytes+header.contractionCEs, pErrorCode);
293 outBytes+header.mappingPosition, pErrorCode);
299 outBytes+header.endExpansionCE, pErrorCode);
311 outBytes+header.UCAConsts, pErrorCode);
318 outBytes+header.contractionUCACombos, pErrorCode);
327 outBytes+header.scriptToLeadByte, pErrorCode);
336 outBytes+header.leadByteToScript, pErrorCode);
383 uint8_t *outBytes=(uint8_t *)outData;
434 if(inBytes!=outBytes) {
435 uprv_memcpy(outBytes, inBytes, size);
439 ds->swapArray32(ds, inBytes, indexesLength * 4, outBytes, &errorCode);
452 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
461 utrie2_swap(ds, inBytes + offset, length, outBytes + offset, &errorCode);
477 ds->swapArray64(ds, inBytes + offset, length, outBytes + offset, &errorCode);
493 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
500 ds->swapArray32(ds, inBytes + offset, length, outBytes + offset, &errorCode);
507 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
514 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
521 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
528 ds->swapArray16(ds, inBytes + offset, length, outBytes + offset, &errorCode);
605 uint8_t *outBytes;
636 outBytes=(uint8_t *)outData+headerSize;
639 outHeader=(InverseUCATableHeader *)outBytes;
661 if(inBytes!=outBytes) {
662 uprv_memcpy(outBytes, inBytes, header.byteSize);
678 outBytes+header.table, pErrorCode);
682 outBytes+header.conts, pErrorCode);