Lines Matching refs:realBufferEnd
2641 char *realBufferEnd; in testConvertFromUnicode() local
2692 realBufferEnd = junkout + realBufferSize; in testConvertFromUnicode()
2703 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
2708 if(targ == realBufferEnd) in testConvertFromUnicode()
2846 UChar *realBufferEnd; in testConvertToUnicode() local
2873 realBufferEnd = junkout + realBufferSize; in testConvertToUnicode()
2900 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode()
2903 if(targ == realBufferEnd) in testConvertToUnicode()
3032 char *realBufferEnd; in testConvertFromUnicodeWithContext() local
3083 realBufferEnd = junkout + realBufferSize; in testConvertFromUnicodeWithContext()
3094 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicodeWithContext()
3099 if(targ == realBufferEnd) in testConvertFromUnicodeWithContext()
3219 UChar *realBufferEnd; in testConvertToUnicodeWithContext() local
3246 realBufferEnd = junkout + realBufferSize; in testConvertToUnicodeWithContext()
3273 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicodeWithContext()
3276 if(targ == realBufferEnd) in testConvertToUnicodeWithContext()