Home | History | Annotate | Download | only in common

Lines Matching refs:outBytes

153     uint8_t *outBytes;
171 outBytes=(uint8_t *)outData;
214 if(inBytes!=outBytes) {
215 uprv_memcpy(outBytes, inBytes, header.size);
248 outBytes+header.options, pErrorCode);
261 outBytes+header.expansion, pErrorCode);
268 outBytes+header.contractionIndex, pErrorCode);
272 outBytes+header.contractionCEs, pErrorCode);
279 outBytes+header.mappingPosition, pErrorCode);
285 outBytes+header.endExpansionCE, pErrorCode);
298 outBytes+header.UCAConsts, pErrorCode);
305 outBytes+header.contractionUCACombos, pErrorCode);
314 outBytes+header.scriptToLeadByte, pErrorCode);
323 outBytes+header.leadByteToScript, pErrorCode);
384 uint8_t *outBytes;
415 outBytes=(uint8_t *)outData+headerSize;
418 outBytes;
440 if(inBytes!=outBytes) {
441 uprv_memcpy(outBytes, inBytes, header.byteSize);
457 outBytes+header.table, pErrorCode);
461 outBytes+header.conts, pErrorCode);