Lines Matching defs:end
372 char *end;
418 end = nct_min(targ + gOutBufferSize, realBufferEnd);
427 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false");
434 end,
438 doFlush, /* flush if we're at the end of the input data */
532 UChar *end;
576 end = nct_min( targ + gOutBufferSize, realBufferEnd);
581 log_err("Error, the end would overflow the real output buffer while about to call toUnicode! tarjet=%08lx %s",targ,gNuConvTestName);
584 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end);
592 end,
596 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */