Lines Matching defs:srcLimit
525 const char *srcLimit;
573 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
590 srcLimit,
592 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
597 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */