Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dncnvfbts.c30 #define nct_min(x,y) ((x<y) ? x : y) macro
193 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
194 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode()
357 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode()
358 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
Dnccbtst.c32 #define nct_min(x,y) ((x<y) ? x : y) macro
2726 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
2727 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode()
2926 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode()
2927 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
3123 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicodeWithContext()
3124 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicodeWithContext()
3302 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicodeWithContext()
3303 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicodeWithContext()
Dncnvtst.c35 #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()
Dnucnvtst.c129 #define nct_min(x,y) ((x<y) ? x : y) macro
430 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
431 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU()
588 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU()
589 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU()