Searched defs:fBytes (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h251 * 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; member in struct:CollationKey::StackBufferOrFields::__anon12145
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h252 * Set a new length for a new sort key in the existing fBytes.
257 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
260 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
309 uint8_t *fBytes; member in struct:CollationKey::StackBufferOrFields::__anon21932
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfUtils.h38 size_t fBytes; member in struct:NotOwnedString
42 str->fBytes = 0;
47 str->fBytes = strlen(sz);
51 return strncmp((const char*)fBuffer, sz, fBytes) == 0 && fBytes == strlen(sz);
/external/chromium_org/third_party/skia/src/pipe/utils/
H A DSamplePipeControllers.h75 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
80 size_t fBytes; member in struct:ThreadSafePipeController::PipeBlock
/external/skia/experimental/PdfViewer/
H A DSkPdfUtils.h38 size_t fBytes; member in struct:NotOwnedString
42 str->fBytes = 0;
47 str->fBytes = strlen(sz);
51 return strncmp((const char*)fBuffer, sz, fBytes) == 0 && fBytes == strlen(sz);
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.h75 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
80 size_t fBytes; member in struct:ThreadSafePipeController::PipeBlock
/external/chromium_org/third_party/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp92 const size_t fBytes; member in class:__anon15322::PoolDiscardableMemory
101 , fBytes(bytes) {
104 SkASSERT(fBytes > 0);
164 SkASSERT(fUsed >= dm->fBytes);
165 fUsed -= dm->fBytes;
196 SkASSERT(fUsed >= dm->fBytes);
197 fUsed -= dm->fBytes;
/external/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp91 const size_t fBytes; member in class:__anon30735::PoolDiscardableMemory
100 , fBytes(bytes) {
103 SkASSERT(fBytes > 0);
163 SkASSERT(fUsed >= dm->fBytes);
164 fUsed -= dm->fBytes;
195 SkASSERT(fUsed >= dm->fBytes);
196 fUsed -= dm->fBytes;
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dgenrb.c99 uint8_t *fBytes; member in struct:ResFile
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/icu/icu4c/source/tools/genrb/
H A Dgenrb.c114 uint8_t *fBytes; member in struct:ResFile
356 poolBundle.fBytes = (uint8_t *)uprv_malloc((poolFileSize + 15) & ~15);
357 if (poolFileSize > 0 && poolBundle.fBytes == NULL) {
363 int32_t bytesRead = T_FileStream_read(poolFile, poolBundle.fBytes, poolFileSize);
374 ds = udata_openSwapperForInputData(poolBundle.fBytes, bytesRead,
381 ures_swap(ds, poolBundle.fBytes, bytesRead, poolBundle.fBytes, &status);
388 header = (const DataHeader *)poolBundle.fBytes;
442 uprv_free(poolBundle.fBytes);

Completed in 250 milliseconds