HomeSort by relevance Sort by last modified time
    Searched refs:gInBufferSize (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
ncnvfbts.c 32 static int32_t gInBufferSize = 0;
122 (int)gInBufferSize,
157 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
186 if( gInBufferSize != NEW_MAX_BUFFER )
192 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
350 if( gInBufferSize != NEW_MAX_BUFFER )
356 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
540 gInBufferSize = insize;
nccbtst.c 33 static int32_t gInBufferSize = 0;
78 (int)gInBufferSize,
170 gInBufferSize = inputsize;
    [all...]
ncnvtst.c 31 static int32_t gInBufferSize = 0;
57 (int)gInBufferSize,
    [all...]
nucnvtst.c 103 static int32_t gInBufferSize = NEW_MAX_BUFFER;
318 (int)gInBufferSize,
330 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */
381 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
387 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
487 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */
539 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
545 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
800 gInBufferSize = insize;
803 log_verbose("\n\n\nTesting conversions with InputBufferSize = %d, OutputBufferSize = %d\n", gInBufferSize, gOutBufferSize)
    [all...]
  /external/icu4c/test/cintltst/
ncnvfbts.c 32 static int32_t gInBufferSize = 0;
124 (int)gInBufferSize,
159 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
188 if( gInBufferSize != NEW_MAX_BUFFER )
194 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
352 if( gInBufferSize != NEW_MAX_BUFFER )
358 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
542 gInBufferSize = insize;
ncnvtst.c 31 static int32_t gInBufferSize = 0;
57 (int)gInBufferSize,
    [all...]
nccbtst.c 33 static int32_t gInBufferSize = 0;
78 (int)gInBufferSize,
174 gInBufferSize = inputsize;
    [all...]
nucnvtst.c 108 static int32_t gInBufferSize = NEW_MAX_BUFFER;
350 (int)gInBufferSize,
362 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */
413 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
419 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
519 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */
571 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
577 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
832 gInBufferSize = insize;
835 log_verbose("\n\n\nTesting conversions with InputBufferSize = %d, OutputBufferSize = %d\n", gInBufferSize, gOutBufferSize)
    [all...]

Completed in 100 milliseconds