Home | History | Annotate | Download | only in cintltst

Lines Matching refs:srcLimit

527     const char *srcLimit;
575 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
592 srcLimit,
594 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
599 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */