Searched defs:nct_min (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/cintltst/
H A Dncnvfbts.c30 #define nct_min(x,y) ((x<y) ? x : y) macro
193 end = nct_min(targ + gOutBufferSize, realBufferEnd);
194 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
357 end = nct_min( targ + gOutBufferSize, realBufferEnd);
358 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
H A Dncnvtst.c35 #define nct_min(x,y) ((x<y) ? x : y) macro
1257 end = nct_min(targ + gOutBufferSize, realBufferEnd);
1258 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
1431 end = nct_min( targ + gOutBufferSize, realBufferEnd);
1432 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
H A Dnccbtst.c30 #define nct_min(x,y) ((x<y) ? x : y) macro
2720 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2721 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
2920 end = nct_min( targ + gOutBufferSize, realBufferEnd);
2921 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
3117 end = nct_min(targ + gOutBufferSize, realBufferEnd);
3118 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
3296 end = nct_min( targ + gOutBufferSize, realBufferEnd);
3297 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
H A Dnucnvtst.c126 #define nct_min(x,y) ((x<y) ? x : y) macro
427 end = nct_min(targ + gOutBufferSize, realBufferEnd);
428 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
585 end = nct_min( targ + gOutBufferSize, realBufferEnd);
586 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);

Completed in 69 milliseconds