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

  /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 35 static int32_t gInBufferSize = 0;
80 (int)gInBufferSize,
176 gInBufferSize = inputsize;
    [all...]
nucnvtst.c 125 static int32_t gInBufferSize = NEW_MAX_BUFFER;
362 (int)gInBufferSize,
374 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */
425 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
431 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
531 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */
583 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
589 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
844 gInBufferSize = insize;
847 log_verbose("\n\n\nTesting conversions with InputBufferSize = %d, OutputBufferSize = %d\n", gInBufferSize, gOutBufferSize)
    [all...]

Completed in 832 milliseconds