Lines Matching defs:srcLimit
2859 const char *srcLimit;
2927 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
2944 (const char *)srcLimit,
2946 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
2948 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
3235 const char *srcLimit;
3303 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
3320 (const char *)srcLimit,
3322 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
3324 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */