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

  /external/icu4c/i18n/unicode/
sortkey.h 250 * Set a new length for a new sort key in the existing fBytes.
255 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
258 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
307 uint8_t *fBytes;
  /external/skia/src/pipe/utils/
SamplePipeControllers.h 73 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
78 size_t fBytes;
SamplePipeControllers.cpp 109 reader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fBytes);
  /external/icu4c/i18n/
sortkey.cpp 96 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
105 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
106 fUnion.fFields.fBytes = newBytes;
236 uprv_memcpy(result, fBytes, fCount);
  /external/icu4c/tools/genrb/
genrb.c 99 uint8_t *fBytes;
341 poolBundle.fBytes = (uint8_t *)uprv_malloc((poolFileSize + 15) & ~15);
342 if (poolFileSize > 0 && poolBundle.fBytes == NULL) {
348 int32_t bytesRead = T_FileStream_read(poolFile, poolBundle.fBytes, poolFileSize);
359 ds = udata_openSwapperForInputData(poolBundle.fBytes, bytesRead,
366 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
373 header = (const DataHeader *)poolBundle.fBytes;
427 uprv_free(poolBundle.fBytes);

Completed in 68 milliseconds