Searched refs:nct_min (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 33 #define nct_min(x,y) ((x<y) ? x : y) macro 196 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode() 197 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode() 360 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode() 361 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
|
D | nccbtst.c | 36 #define nct_min(x,y) ((x<y) ? x : y) macro 2700 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode() 2701 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode() 2897 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode() 2898 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode() 3091 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicodeWithContext() 3092 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicodeWithContext() 3270 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicodeWithContext() 3271 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 41 #define nct_min(x,y) ((x<y) ? x : y) macro 1245 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU() 1246 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 1419 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU() 1420 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU()
|
D | nucnvtst.c | 130 #define nct_min(x,y) ((x<y) ? x : y) macro 418 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU() 419 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 576 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU() 577 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU()
|