Home | History | Annotate | Download | only in cintltst

Lines Matching refs:realSourceEnd

2640     const UChar *realSourceEnd;
2691 realSourceEnd = source + sourceLen;
2702 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
2704 doFlush = (UBool)(sourceLimit == realSourceEnd);
2724 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) );
2830 const char *realSourceEnd;
2872 realSourceEnd = src + sourcelen;
2899 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
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 */
3031 const UChar *realSourceEnd;
3082 realSourceEnd = source + sourceLen;
3093 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
3095 doFlush = (UBool)(sourceLimit == realSourceEnd);
3115 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) );
3203 const char *realSourceEnd;
3245 realSourceEnd = src + sourcelen;
3272 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
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 */