Home | History | Annotate | Download | only in cintltst

Lines Matching defs:srcLimit

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