HomeSort by relevance Sort by last modified time
    Searched refs:nct_min (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 30 #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);
nccbtst.c 32 #define nct_min(x,y) ((x<y) ? x : y) macro
    [all...]
ncnvtst.c 36 #define nct_min(x,y) ((x<y) ? x : y) macro
    [all...]
nucnvtst.c 127 #define nct_min(x,y) ((x<y) ? x : y) macro
414 end = nct_min(targ + gOutBufferSize, realBufferEnd);
415 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
572 end = nct_min( targ + gOutBufferSize, realBufferEnd);
573 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
    [all...]

Completed in 2267 milliseconds