Searched refs:gInBufferSize (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvfbts.c | 35 static int32_t gInBufferSize = 0; variable 127 (int)gInBufferSize, in setNuConvTestName() 162 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize, in testConvertFromUnicode() 191 if( gInBufferSize != NEW_MAX_BUFFER ) in testConvertFromUnicode() 197 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode() 355 if( gInBufferSize != NEW_MAX_BUFFER ) in testConvertToUnicode() 361 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode() 545 gInBufferSize = insize; in TestConvertFallBackWithBufferSizes()
|
H A D | nccbtst.c | 38 static int32_t gInBufferSize = 0; variable 83 (int)gInBufferSize, in setNuConvTestName() 175 gInBufferSize = inputsize; in TestSkip() 1105 gInBufferSize = inputsize; in TestStop() 1376 gInBufferSize = inputsize; in TestSub() 1801 gInBufferSize = inputsize; in TestSubWithValue() 2550 gInBufferSize = inputsize; in TestLegalAndOthers() 2585 gInBufferSize = inputsize; in TestSingleByte() 2607 gInBufferSize = inputsize; in TestEBCDIC_STATEFUL_Sub() 2656 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize, in testConvertFromUnicode() [all...] |
H A D | ncnvtst.c | 37 static int32_t gInBufferSize = 0; variable 62 (int)gInBufferSize, in setNuConvTestName() 925 gInBufferSize =insize; in TestWithBufferSize() 1240 if( gInBufferSize != MAX_LENGTH ) in testConvertFromU() 1246 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 1259 if(gInBufferSize ==999 && gOutBufferSize==999) in testConvertFromU() 1271 if(gInBufferSize ==999 && gOutBufferSize==999) in testConvertFromU() 1414 if( gInBufferSize != MAX_LENGTH ) in testConvertToU() 1420 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU() 1432 doFlush=(UBool)((gInBufferSize in testConvertToU() [all...] |
H A D | nucnvtst.c | 126 static int32_t gInBufferSize = NEW_MAX_BUFFER; variable 350 (int)gInBufferSize, in setNuConvTestName() 362 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */ 413 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER ) in testConvertFromU() 419 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 519 checking without gOutBufferSize and gInBufferSize set to NEW_MAX_BUFFER */ 571 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER ) in testConvertToU() 577 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU() 832 gInBufferSize = insize; in TestNewConvertWithBufferSizes() 835 log_verbose("\n\n\nTesting conversions with InputBufferSize = %d, OutputBufferSize = %d\n", gInBufferSize, gOutBufferSiz in TestNewConvertWithBufferSizes() [all...] |
Completed in 15 milliseconds