HomeSort by relevance Sort by last modified time
    Searched refs:BUFFERSIZE (Results 1 - 4 of 4) 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...]
  /external/skia/src/ports/
SkFontHost_win.cpp 544 #define BUFFERSIZE (1 << 13)
567 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
    [all...]

Completed in 164 milliseconds