Searched refs:nct_min (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/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 Dnccbtst.c32 #define nct_min(x,y) ((x<y) ? x : y) macro
2697 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2698 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
2894 end = nct_min( targ + gOutBufferSize, realBufferEnd);
2895 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
3088 end = nct_min(targ + gOutBufferSize, realBufferEnd);
3089 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
3267 end = nct_min( targ + gOutBufferSize, realBufferEnd);
3268 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
H A Dncnvtst.c35 #define nct_min(x,y) ((x<y) ? x : y) macro
1238 end = nct_min(targ + gOutBufferSize, realBufferEnd);
1239 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
1412 end = nct_min( targ + gOutBufferSize, realBufferEnd);
1413 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
H A Dnucnvtst.c129 #define nct_min(x,y) ((x<y) ? x : y) macro
417 end = nct_min(targ + gOutBufferSize, realBufferEnd);
418 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
575 end = nct_min( targ + gOutBufferSize, realBufferEnd);
576 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
/external/icu/icu4c/source/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 Dnccbtst.c32 #define nct_min(x,y) ((x<y) ? x : y) macro
2701 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2702 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
2898 end = nct_min( targ + gOutBufferSize, realBufferEnd);
2899 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
3092 end = nct_min(targ + gOutBufferSize, realBufferEnd);
3093 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
3271 end = nct_min( targ + gOutBufferSize, realBufferEnd);
3272 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
H A Dncnvtst.c35 #define nct_min(x,y) ((x<y) ? x : y) macro
1256 end = nct_min(targ + gOutBufferSize, realBufferEnd);
1257 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
1430 end = nct_min( targ + gOutBufferSize, realBufferEnd);
1431 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
H A Dnucnvtst.c129 #define nct_min(x,y) ((x<y) ? x : y) macro
416 end = nct_min(targ + gOutBufferSize, realBufferEnd);
417 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
574 end = nct_min( targ + gOutBufferSize, realBufferEnd);
575 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);

Completed in 1723 milliseconds