Home | History | Annotate | Download | only in cintltst

Lines Matching refs:realSourceEnd

145     const UChar *realSourceEnd;
183 realSourceEnd = source + sourceLen;
194 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
196 doFlush = (UBool)(sourceLimit == realSourceEnd);
217 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit < realSourceEnd) );
300 const char *realSourceEnd;
341 realSourceEnd = src + sourcelen;
358 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
377 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
379 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* while we just need another buffer */