Searched refs:BUFFERSIZE (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp24 * Each test can define it's own BUFFERSIZE
257 #define BUFFERSIZE 17 /* make it interesting :) */ macro
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 macro
378 #define BUFFERSIZE 1024 macro
392 char inBuf[BUFFERSIZE];
432 uBufSize = (BUFFERSIZE/ucnv_getMinCharSiz
507 #undef BUFFERSIZE macro
862 #define BUFFERSIZE macro
961 #undef BUFFERSIZE macro
967 #define BUFFERSIZE macro
1066 #undef BUFFERSIZE macro
1068 #define BUFFERSIZE macro
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp529 #define BUFFERSIZE (1 << 13) macro
551 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1589 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf)
1593 DWORD total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22);
1594 // Sometimes GetGlyphOutlineW returns a number larger than BUFFERSIZE even if BUFFERSIZE > 0.
1596 if (GDI_ERROR == total_size || total_size > BUFFERSIZE) {
1597 // GDI_ERROR because the BUFFERSIZE was too small, or because the data was not accessible.
1638 //static const DWORD BUFFERSIZE = (1 << 13);
1645 SkAutoSTMalloc<BUFFERSIZE, uint8_
[all...]
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h975 CINIT(BUFFERSIZE, LONG, 98),

Completed in 944 milliseconds