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