Searched refs:nct_min (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 32 #define nct_min(x,y) ((x<y) ? x : y) macro 195 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode() 196 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode() 359 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode() 360 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
|
D | nccbtst.c | 35 #define nct_min(x,y) ((x<y) ? x : y) macro 2703 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode() 2704 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode() 2900 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode() 2901 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode() 3094 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicodeWithContext() 3095 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicodeWithContext() 3273 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicodeWithContext() 3274 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 40 #define nct_min(x,y) ((x<y) ? x : y) macro 1256 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU() 1257 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 1430 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU() 1431 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU()
|
D | nucnvtst.c | 129 #define nct_min(x,y) ((x<y) ? x : y) macro 416 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU() 417 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 574 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU() 575 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU()
|