HomeSort by relevance Sort by last modified time
    Searched defs:sourceLimit (Results 26 - 27 of 27) sorted by null

12

  /external/icu4c/test/cintltst/
nccbtst.c     [all...]
nucnvtst.c 391 const UChar *sourceLimit;
431 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
433 doFlush = (UBool)(sourceLimit == realSourceEnd);
439 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
448 sourceLimit,
452 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit < realSourceEnd) );
    [all...]

Completed in 230 milliseconds

12