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

  /external/chromium/third_party/icu/public/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 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/tools/genrb/
genrb.c 98 uint8_t *fBytes;
343 poolBundle.fBytes = (uint8_t *)uprv_malloc((poolFileSize + 15) & ~15);
344 if (poolFileSize > 0 && poolBundle.fBytes == NULL) {
350 int32_t bytesRead = T_FileStream_read(poolFile, poolBundle.fBytes, poolFileSize);
361 ds = udata_openSwapperForInputData(poolBundle.fBytes, bytesRead,
368 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
375 header = (const DataHeader *)poolBundle.fBytes;
423 uprv_free(poolBundle.fBytes);

Completed in 586 milliseconds