Home | History | Annotate | Download | only in cintltst

Lines Matching full:srclimit

2831     const char *srcLimit;
2899 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
2916 (const char *)srcLimit,
2918 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
2920 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
3204 const char *srcLimit;
3272 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
3289 (const char *)srcLimit,
3291 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */
3293 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */