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

  /external/chromium_org/third_party/icu/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 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 122 #define nct_min(x,y) ((x<y) ? x : y) macro
409 end = nct_min(targ + gOutBufferSize, realBufferEnd);
410 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
567 end = nct_min( targ + gOutBufferSize, realBufferEnd);
568 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);
nccbtst.c 32 #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 129 #define nct_min(x,y) ((x<y) ? x : y) macro
428 end = nct_min(targ + gOutBufferSize, realBufferEnd);
429 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
586 end = nct_min( targ + gOutBufferSize, realBufferEnd);
587 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
    [all...]

Completed in 674 milliseconds