Lines Matching defs:realSourceEnd
148 const UChar *realSourceEnd;
186 realSourceEnd = source + sourceLen;
197 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
199 doFlush = (UBool)(sourceLimit == realSourceEnd);
220 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit < realSourceEnd) );
303 const char *realSourceEnd;
344 realSourceEnd = src + sourcelen;
361 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
380 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
382 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just need another buffer */