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 33 static int32_t gInBufferSize = 0;
78 (int)gInBufferSize,
174 gInBufferSize = inputsize;
    [all...]
nucnvtst.c 122 static int32_t gInBufferSize = NEW_MAX_BUFFER;
359 (int)gInBufferSize,
371 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */
422 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
428 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
528 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */
580 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER )
586 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
841 gInBufferSize = insize;
844 log_verbose("\n\n\nTesting conversions with InputBufferSize = %d, OutputBufferSize = %d\n", gInBufferSize, gOutBufferSize)
    [all...]

Completed in 31 milliseconds