OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BUFFERSIZE
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/samples/ucnv/
convsamp.cpp
24
* Each test can define it's own
BUFFERSIZE
257
#define
BUFFERSIZE
17 /* make it interesting :) */
263
The '
buffersize
' is in bytes of input.
292
char inBuf[
BUFFERSIZE
];
315
uBufSize = (
BUFFERSIZE
/ucnv_getMinCharSize(conv));
317
BUFFERSIZE
, ucnv_getMinCharSize(conv), uBufSize);
323
((count=fread(inBuf, 1,
BUFFERSIZE
, f)) > 0) )
376
#undef
BUFFERSIZE
378
#define
BUFFERSIZE
1024
392
char inBuf[
BUFFERSIZE
];
[
all
...]
/external/icu/icu4c/source/samples/ucnv/
convsamp.cpp
24
* Each test can define it's own
BUFFERSIZE
257
#define
BUFFERSIZE
17 /* make it interesting :) */
263
The '
buffersize
' is in bytes of input.
292
char inBuf[
BUFFERSIZE
];
315
uBufSize = (
BUFFERSIZE
/ucnv_getMinCharSize(conv));
317
BUFFERSIZE
, ucnv_getMinCharSize(conv), uBufSize);
323
((count=fread(inBuf, 1,
BUFFERSIZE
, f)) > 0) )
376
#undef
BUFFERSIZE
378
#define
BUFFERSIZE
1024
392
char inBuf[
BUFFERSIZE
];
[
all
...]
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp
545
#define
BUFFERSIZE
(1 << 13)
567
SkAutoSTMalloc<
BUFFERSIZE
, uint8_t>* glyphbuf);
[
all
...]
Completed in 144 milliseconds