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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
sortkey.h 282 * Size of fBytes used to store the sortkey. i.e. up till the
287 * Full size of the fBytes
297 uint8_t* fBytes;
317 return fBytes;
  /external/icu4c/i18n/unicode/
sortkey.h 251 * Set a new length for a new sort key in the existing fBytes.
256 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
259 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
308 uint8_t *fBytes;
  /external/chromium_org/third_party/skia/src/pipe/utils/
SamplePipeControllers.h 75 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
80 size_t fBytes;
  /external/skia/src/pipe/utils/
SamplePipeControllers.h 75 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
80 size_t fBytes;
  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 101 uint8_t *fBytes;
346 poolBundle.fBytes = (uint8_t *)uprv_malloc((poolFileSize + 15) & ~15);
347 if (poolFileSize > 0 && poolBundle.fBytes == NULL) {
353 int32_t bytesRead = T_FileStream_read(poolFile, poolBundle.fBytes, poolFileSize);
364 ds = udata_openSwapperForInputData(poolBundle.fBytes, bytesRead,
371 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
378 header = (const DataHeader *)poolBundle.fBytes;
430 uprv_free(poolBundle.fBytes);
  /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);
  /external/skia/bench/
benchmain.cpp 369 int fBytes;
471 gpuCacheSize.fBytes = atoi(*++argv);
704 if (-1 != gpuCacheSize.fBytes) {
705 bytes = static_cast<size_t>(gpuCacheSize.fBytes);
    [all...]

Completed in 281 milliseconds