Home
last modified time | relevance | path

Searched refs:nct_min (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dncnvfbts.c32 #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()
Dnccbtst.c35 #define nct_min(x,y) ((x<y) ? x : y) macro
2699 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
2700 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode()
2896 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode()
2897 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
3090 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicodeWithContext()
3091 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicodeWithContext()
3269 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicodeWithContext()
3270 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicodeWithContext()
Dncnvtst.c40 #define nct_min(x,y) ((x<y) ? x : y) macro
1244 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
1245 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU()
1418 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU()
1419 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU()
Dnucnvtst.c129 #define nct_min(x,y) ((x<y) ? x : y) macro
417 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
418 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU()
575 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU()
576 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU()