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

  /external/icu4c/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);
ncnvtst.c 35 #define nct_min(x,y) ((x<y) ? x : y) macro
    [all...]
nccbtst.c 30 #define nct_min(x,y) ((x<y) ? x : y) macro
    [all...]
nucnvtst.c 126 #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);
    [all...]

Completed in 129 milliseconds