Lines Matching refs:realSourceEnd
2642 const UChar *realSourceEnd; in testConvertFromUnicode() local
2693 realSourceEnd = source + sourceLen; in testConvertFromUnicode()
2704 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode()
2706 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode()
2726 …le ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) ); in testConvertFromUnicode()
2832 const char *realSourceEnd; in testConvertToUnicode() local
2874 realSourceEnd = src + sourcelen; in testConvertToUnicode()
2901 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode()
2920 … (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */ in testConvertToUnicode()
2922 …atus == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while … in testConvertToUnicode()
3033 const UChar *realSourceEnd; in testConvertFromUnicodeWithContext() local
3084 realSourceEnd = source + sourceLen; in testConvertFromUnicodeWithContext()
3095 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicodeWithContext()
3097 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicodeWithContext()
3117 …le ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) ); in testConvertFromUnicodeWithContext()
3205 const char *realSourceEnd; in testConvertToUnicodeWithContext() local
3247 realSourceEnd = src + sourcelen; in testConvertToUnicodeWithContext()
3274 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicodeWithContext()
3293 … (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */ in testConvertToUnicodeWithContext()
3295 …atus == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while … in testConvertToUnicodeWithContext()