Searched refs:gInBufferSize (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 34 static int32_t gInBufferSize = 0; variable 126 (int)gInBufferSize, in setNuConvTestName() 161 …e("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize, in testConvertFromUnicode() 190 if( gInBufferSize != NEW_MAX_BUFFER ) in testConvertFromUnicode() 196 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode() 354 if( gInBufferSize != NEW_MAX_BUFFER ) in testConvertToUnicode() 360 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode() 544 gInBufferSize = insize; in TestConvertFallBackWithBufferSizes()
|
D | nccbtst.c | 37 static int32_t gInBufferSize = 0; variable 82 (int)gInBufferSize, in setNuConvTestName() 174 gInBufferSize = inputsize; in TestSkip() 1104 gInBufferSize = inputsize; in TestStop() 1375 gInBufferSize = inputsize; in TestSub() 1800 gInBufferSize = inputsize; in TestSubWithValue() 2549 gInBufferSize = inputsize; in TestLegalAndOthers() 2584 gInBufferSize = inputsize; in TestSingleByte() 2606 gInBufferSize = inputsize; in TestEBCDIC_STATEFUL_Sub() 2655 …e("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize, in testConvertFromUnicode() [all …]
|
D | ncnvtst.c | 36 static int32_t gInBufferSize = 0; variable 61 (int)gInBufferSize, in setNuConvTestName() 924 gInBufferSize =insize; in TestWithBufferSize() 1239 if( gInBufferSize != MAX_LENGTH ) in testConvertFromU() 1245 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 1258 if(gInBufferSize ==999 && gOutBufferSize==999) in testConvertFromU() 1270 if(gInBufferSize ==999 && gOutBufferSize==999) in testConvertFromU() 1413 if( gInBufferSize != MAX_LENGTH ) in testConvertToU() 1419 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU() 1431 … doFlush=(UBool)((gInBufferSize ==999 && gOutBufferSize==999)?(srcLimit == realSourceEnd) : FALSE); in testConvertToU() [all …]
|
D | nucnvtst.c | 125 static int32_t gInBufferSize = NEW_MAX_BUFFER; variable 349 (int)gInBufferSize, in setNuConvTestName() 412 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER ) in testConvertFromU() 418 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 570 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER ) in testConvertToU() 576 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU() 831 gInBufferSize = insize; in TestNewConvertWithBufferSizes() 834 …ting conversions with InputBufferSize = %d, OutputBufferSize = %d\n", gInBufferSize, gOutBufferSiz… in TestNewConvertWithBufferSizes()
|