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

  /external/chromium/third_party/icu/source/test/cintltst/
ncnvfbts.c 30 #define nct_min(x,y) ((x<y) ? x : y) macro
191 end = nct_min(targ + gOutBufferSize, realBufferEnd);
192 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
355 end = nct_min( targ + gOutBufferSize, realBufferEnd);
356 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
nccbtst.c 30 #define nct_min(x,y) ((x<y) ? x : y) macro
    [all...]
ncnvtst.c 35 #define nct_min(x,y) ((x<y) ? x : y) macro
    [all...]
nucnvtst.c 107 #define nct_min(x,y) ((x<y) ? x : y) macro
386 end = nct_min(targ + gOutBufferSize, realBufferEnd);
387 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
544 end = nct_min( targ + gOutBufferSize, realBufferEnd);
545 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
    [all...]
  /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 112 #define nct_min(x,y) ((x<y) ? x : y) macro
418 end = nct_min(targ + gOutBufferSize, realBufferEnd);
419 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
576 end = nct_min( targ + gOutBufferSize, realBufferEnd);
577 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
    [all...]

Completed in 541 milliseconds