Searched refs:gInBufferSize (Results 1 – 4 of 4) sorted by relevance
/external/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() 178 gInBufferSize = inputsize; in TestSkip() 1108 gInBufferSize = inputsize; in TestStop() 1379 gInBufferSize = inputsize; in TestSub() 1804 gInBufferSize = inputsize; in TestSubWithValue() 2553 gInBufferSize = inputsize; in TestLegalAndOthers() 2588 gInBufferSize = inputsize; in TestSingleByte() 2610 gInBufferSize = inputsize; in TestEBCDIC_STATEFUL_Sub() 2659 …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() 936 gInBufferSize =insize; in TestWithBufferSize() 1251 if( gInBufferSize != MAX_LENGTH ) in testConvertFromU() 1257 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 1270 if(gInBufferSize ==999 && gOutBufferSize==999) in testConvertFromU() 1282 if(gInBufferSize ==999 && gOutBufferSize==999) in testConvertFromU() 1425 if( gInBufferSize != MAX_LENGTH ) in testConvertToU() 1431 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU() 1443 … doFlush=(UBool)((gInBufferSize ==999 && gOutBufferSize==999)?(srcLimit == realSourceEnd) : FALSE); in testConvertToU() [all …]
|
D | nucnvtst.c | 125 static int32_t gInBufferSize = NEW_MAX_BUFFER; variable 348 (int)gInBufferSize, in setNuConvTestName() 411 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER ) in testConvertFromU() 417 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 569 if ( gOutBufferSize != realBufferSize || gInBufferSize != NEW_MAX_BUFFER ) in testConvertToU() 575 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU() 830 gInBufferSize = insize; in TestNewConvertWithBufferSizes() 833 …ting conversions with InputBufferSize = %d, OutputBufferSize = %d\n", gInBufferSize, gOutBufferSiz… in TestNewConvertWithBufferSizes()
|