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

  /external/icu4c/common/
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...]
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...]
ucnvsel.cpp 408 uint8_t *outBytes = (uint8_t *)outData + headerSize;
429 if(inBytes != outBytes) {
430 uprv_memcpy(outBytes, inBytes, size);
437 ds->swapArray32(ds, inBytes, count, outBytes, status);
442 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
447 ds->swapArray32(ds, inBytes + offset, count, outBytes + offset, status);
452 ds->swapInvChars(ds, inBytes + offset, count, outBytes + offset, status);
ucnv_bld.c     [all...]
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);
normalizer2impl.cpp     [all...]
triedict.cpp     [all...]
unames.c     [all...]
  /external/icu4c/tools/toolutil/
swapimpl.cpp 103 uint8_t *outBytes=reinterpret_cast<uint8_t *>(outData)+headerSize;
131 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
134 if(inBytes!=outBytes) {
135 uprv_memcpy(outBytes+numBytesIndexesAndValueMaps,
314 uint8_t *outBytes;
348 outBytes=(uint8_t *)outData+headerSize;
379 if(inBytes!=outBytes) {
380 uprv_memcpy(outBytes, inBytes, size);
387 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
392 utrie2_swapAnyVersion(ds, inBytes+offset, count, outBytes+offset, pErrorCode)
    [all...]
  /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...]
  /external/icu4c/i18n/
uspoof_impl.cpp 907 uint8_t *outBytes = (uint8_t *)outData + headerSize;
908 SpoofDataHeader *outputDH = (SpoofDataHeader *)outBytes;
918 if (inBytes != outBytes) {
919 uprv_memset(outBytes, 0, spoofDataLength);
925 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
930 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
935 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
940 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
945 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
950 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 456 milliseconds