HomeSort by relevance Sort by last modified time
    Searched full:inbytes (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/third_party/icu/source/common/
ucol_swp.cpp 152 const uint8_t *inBytes;
170 inBytes=(const uint8_t *)inData;
214 if(inBytes!=outBytes) {
215 uprv_memcpy(outBytes, inBytes, header.size);
247 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
260 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
267 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
271 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
278 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count,
284 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4
    [all...]
dictionarydata.cpp 157 const uint8_t *inBytes;
177 inBytes = (const uint8_t *)inData + headerSize;
180 inIndexes = (const int32_t *)inBytes;
203 if (inBytes != outBytes) {
204 uprv_memcpy(outBytes, inBytes, size);
208 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
214 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
ucnv_bld.cpp     [all...]
rbbidata.cpp 322 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
323 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes;
369 if (inBytes != outBytes) {
384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
406 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
417 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
    [all...]
ucnv_u8.c 110 int32_t i, inBytes;
115 inBytes = cnv->mode; /* restore # of bytes to consume */
136 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
140 while (i < inBytes)
147 break; /* i < inBytes */
157 cnv->mode = inBytes;
164 ch -= offsetsFromUTF8[inBytes];
178 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
181 /* Normal valid byte when the loop has not prematurely terminated (i < inBytes) */
240 int32_t i, inBytes;
    [all...]
  /external/icu/icu4c/source/common/
ucol_swp.cpp 166 const uint8_t *inBytes;
184 inBytes=(const uint8_t *)inData;
228 if(inBytes!=outBytes) {
229 uprv_memcpy(outBytes, inBytes, header.size);
261 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
274 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
281 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
285 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
292 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count,
298 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4
    [all...]
dictionarydata.cpp 157 const uint8_t *inBytes;
177 inBytes = (const uint8_t *)inData + headerSize;
180 inIndexes = (const int32_t *)inBytes;
203 if (inBytes != outBytes) {
204 uprv_memcpy(outBytes, inBytes, size);
208 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
214 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
ucnv_bld.cpp     [all...]
rbbidata.cpp 322 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
323 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes;
369 if (inBytes != outBytes) {
384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
406 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
417 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
    [all...]
ucnv_u8.c 101 int32_t i, inBytes;
106 inBytes = cnv->mode; /* restore # of bytes to consume */
127 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
131 while (i < inBytes)
138 break; /* i < inBytes */
148 cnv->mode = inBytes;
155 ch -= offsetsFromUTF8[inBytes];
169 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
172 /* Normal valid byte when the loop has not prematurely terminated (i < inBytes) */
231 int32_t i, inBytes;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
swapimpl.cpp 103 const uint8_t *inBytes=static_cast<const uint8_t *>(inData)+headerSize;
117 const int32_t *inIndexes=reinterpret_cast<const int32_t *>(inBytes);
132 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
135 if(inBytes!=outBytes) {
137 inBytes+numBytesIndexesAndValueMaps,
314 const uint8_t *inBytes;
348 inBytes=(const uint8_t *)inData+headerSize;
351 inIndexes=(const int32_t *)inBytes;
380 if(inBytes!=outBytes) {
381 uprv_memcpy(outBytes, inBytes, size)
    [all...]
pkgitems.cpp 369 const uint8_t *inBytes, int32_t length,
375 res_read(&resData, pInfo, inBytes, length, pErrorCode);
445 const uint8_t *inBytes, int32_t length,
466 inStaticData=(const UConverterStaticData *)inBytes;
477 inBytes+=staticDataSize;
486 inMBCSHeader=(const _MBCSHeader *)inBytes;
529 const char *inBaseName=(const char *)inBytes+mbcsHeaderLength*4;
615 const uint8_t *inBytes=pItem->data+itemHeaderLength;
618 ucnv_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode);
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 103 const uint8_t *inBytes=static_cast<const uint8_t *>(inData)+headerSize;
117 const int32_t *inIndexes=reinterpret_cast<const int32_t *>(inBytes);
132 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
135 if(inBytes!=outBytes) {
137 inBytes+numBytesIndexesAndValueMaps,
314 const uint8_t *inBytes;
348 inBytes=(const uint8_t *)inData+headerSize;
351 inIndexes=(const int32_t *)inBytes;
380 if(inBytes!=outBytes) {
381 uprv_memcpy(outBytes, inBytes, size)
    [all...]
pkgitems.cpp 369 const uint8_t *inBytes, int32_t length,
375 res_read(&resData, pInfo, inBytes, length, pErrorCode);
445 const uint8_t *inBytes, int32_t length,
466 inStaticData=(const UConverterStaticData *)inBytes;
477 inBytes+=staticDataSize;
486 inMBCSHeader=(const _MBCSHeader *)inBytes;
529 const char *inBaseName=(const char *)inBytes+mbcsHeaderLength*4;
615 const uint8_t *inBytes=pItem->data+itemHeaderLength;
618 ucnv_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode);
  /external/icu/icu4c/source/i18n/
collationdatareader.cpp 46 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength,
50 if(inBytes == NULL || (0 <= inLength && inLength < 24)) {
54 const DataHeader *header = reinterpret_cast<const DataHeader *>(inBytes);
65 inBytes += headerLength;
71 if(inBytes == NULL || (0 <= inLength && inLength < 8)) {
75 const int32_t *inIndexes = reinterpret_cast<const int32_t *>(inBytes);
117 reorderCodes = reinterpret_cast<const int32_t *>(inBytes + offset);
133 reorderTable = inBytes + offset;
154 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL,
173 data->ces = reinterpret_cast<const int64_t *>(inBytes + offset)
    [all...]
collationroot.cpp 60 const uint8_t *inBytes = static_cast<const uint8_t *>(udata_getMemory(t->memory));
61 CollationDataReader::read(NULL, inBytes, udata_getLength(t->memory), *t, errorCode);
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_omx_config_parser.cpp 57 aInputs.inBytes = pInputs->inBytes;
108 aInputs.inBytes = pInputs->inBytes;
intel_video_config_parser.cpp 73 if (aInputs->inBytes <= 0)
77 psBits.numBytes = aInputs->inBytes;
113 if (aInputs->inBytes > 1)
121 int initbufsize = aInputs->inBytes;
140 aInputs->inBytes,
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 74 aInputs.inBytes = pInputs->inBytes;
124 aInputs.inBytes = pInputs->inBytes;
ti_video_config_parser.cpp 72 if (aInputs->inBytes <= 0)
76 psBits.numBytes = aInputs->inBytes;
114 if (aInputs->inBytes > 1)
122 int initbufsize = aInputs->inBytes;
141 aInputs->inBytes,
  /external/zlib/src/contrib/delphi/
ZLib.pas 130 InBytes = number of bytes in InBuf
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
139 InBytes = number of bytes in InBuf
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
148 InBytes = number of bytes in InBuf
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
295 OutBytes := ((InBytes + (InBytes div 10) + 12) + 255) and not 255;
299 strm.avail_in := InBytes;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/icuswap/
icuswap.cpp 342 const uint8_t *inBytes;
408 inBytes=(const uint8_t *)inData+headerSize;
409 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
413 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
436 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
457 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
491 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
528 uprv_memcpy(outBytes, inBytes, 4)
    [all...]
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 342 const uint8_t *inBytes;
408 inBytes=(const uint8_t *)inData+headerSize;
409 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
413 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
436 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
457 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
491 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
528 uprv_memcpy(outBytes, inBytes, 4)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_omx_config_parser.h 35 OMX_U32 inBytes; //length of codec configuration header
ti_video_config_parser.h 32 uint32 inBytes;

Completed in 1430 milliseconds

1 2 3