HomeSort by relevance Sort by last modified time
    Searched refs:outBytes (Results 1 - 20 of 20) sorted by null

  /external/icu4c/common/
rbbidata.cpp 358 uint8_t *outBytes = (uint8_t *)outData + headerSize;
359 RBBIDataHeader *outputDH = (RBBIDataHeader *)outBytes;
369 if (inBytes != outBytes) {
370 uprv_memset(outBytes, 0, breakDataLength);
385 outBytes+tableStartOffset, status);
387 outBytes+tableStartOffset+topSize, status);
396 outBytes+tableStartOffset, status);
398 outBytes+tableStartOffset+topSize, status);
407 outBytes+tableStartOffset, status);
409 outBytes+tableStartOffset+topSize, status)
    [all...]
propname.cpp 329 * pos is the byte offset of the sub-structure in the inBytes/outBytes/temp arrays.
334 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
349 outMap=(EnumToOffset *)(outBytes+pos);
379 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
394 outMap=(NonContiguousEnumToOffset *)(outBytes+pos);
418 outBytes+pos, pErrorCode);
446 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
471 outMap=(NameToEnum *)(outBytes+pos);
510 * The outBytes must already contain the swapped strings.
522 cmp.chars=(const char *)outBytes;
    [all...]
ucol_swp.cpp 155 uint8_t *outBytes;
173 outBytes=(uint8_t *)outData;
216 if(inBytes!=outBytes) {
217 uprv_memcpy(outBytes, inBytes, header.size);
250 outBytes+header.options, pErrorCode);
263 outBytes+header.expansion, pErrorCode);
270 outBytes+header.contractionIndex, pErrorCode);
274 outBytes+header.contractionCEs, pErrorCode);
281 outBytes+header.mappingPosition, pErrorCode);
287 outBytes+header.endExpansionCE, pErrorCode)
    [all...]
ucnv_bld.c     [all...]
propname.h 215 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
266 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
330 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
397 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
ucnvsel.cpp 406 uint8_t *outBytes = (uint8_t *)outData + headerSize;
427 if(inBytes != outBytes) {
428 uprv_memcpy(outBytes, inBytes, size);
435 ds->swapArray32(ds, inBytes, count, outBytes, status);
440 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
445 ds->swapArray32(ds, inBytes + offset, count, outBytes + offset, status);
450 ds->swapInvChars(ds, inBytes + offset, count, outBytes + offset, status);
usprep.cpp 831 uint8_t *outBytes;
862 outBytes=(uint8_t *)outData+headerSize;
896 if(inBytes!=outBytes) {
897 uprv_memcpy(outBytes, inBytes, size);
904 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
909 utrie_swap(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
914 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
triedict.cpp     [all...]
unames.c     [all...]
normalizer2impl.cpp     [all...]
  /external/icu4c/tools/toolutil/
swapimpl.cpp 229 uint8_t *outBytes;
263 outBytes=(uint8_t *)outData+headerSize;
294 if(inBytes!=outBytes) {
295 uprv_memcpy(outBytes, inBytes, size);
302 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
307 utrie2_swapAnyVersion(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
312 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
331 uint8_t *outBytes;
365 outBytes=(uint8_t *)outData+headerSize;
396 if(inBytes!=outBytes) {
    [all...]
  /cts/tools/dx-tests/src/dxconvext/
ClassFileAssembler.java 200 byte[] outBytes = baos.toByteArray();
206 calcSignature(outBytes);
208 calcChecksum(outBytes);
210 rOs.write(outBytes);
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
aacenc_core.h 104 UWord8 *outBytes, /*!< pointer to output buffer */
  /external/icu4c/tools/icuswap/
icuswap.cpp 343 uint8_t *outBytes;
454 outBytes=(uint8_t *)outData+headerSize;
457 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
525 outBytes=(uint8_t *)(table+itemCount);
528 uprv_memcpy(outBytes, inBytes, 4);
529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
542 outEntries=(UDataOffsetTOCEntry *)(outBytes+4);
583 compareToCEntries, outBytes, FALSE, pErrorCode);
606 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length)
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 148 UWord8 *outBytes, /*!< pointer to output buffer (must be large MINBITS_COEF/8*MAX_CHANNELS bytes) */
159 aacEnc->hBitStream = CreateBitBuffer(&aacEnc->bitStream, outBytes, *numOutBytes);
  /external/icu4c/i18n/
uspoof_impl.cpp 898 uint8_t *outBytes = (uint8_t *)outData + headerSize;
899 SpoofDataHeader *outputDH = (SpoofDataHeader *)outBytes;
909 if (inBytes != outBytes) {
910 uprv_memset(outBytes, 0, spoofDataLength);
916 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
921 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
926 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
931 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
936 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
941 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayout.h 91 const jchar** outText, int32_t* outBytes, jchar** outBuffer);
TextLayout.cpp 155 const jchar** outText, int32_t* outBytes, jchar** outBuffer) {
197 *outBytes = (workLimit - workText) << 1;
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 375 char *outBytes = static_cast<char *>(malloc(inLength * 3)); // large enough to %-escape every character
376 char *p = outBytes;
393 NSData *data = [NSData dataWithBytesNoCopy:outBytes length:outLength]; // adopts outBytes
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 781 milliseconds