Home
last modified time | relevance | path

Searched refs:realBufferEnd (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dncnvfbts.c146 char *realBufferEnd; in testConvertFromUnicode() local
184 realBufferEnd = junkout + realBufferSize; in testConvertFromUnicode()
195 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
200 if(targ == realBufferEnd) in testConvertFromUnicode()
315 UChar *realBufferEnd; in testConvertToUnicode() local
342 realBufferEnd = junkout + realBufferSize; in testConvertToUnicode()
359 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode()
362 if(targ == realBufferEnd) in testConvertToUnicode()
Dnccbtst.c2641 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()
[all …]
Dncnvtst.c1205 char *realBufferEnd; in testConvertFromU() local
1243 realBufferEnd = junkout + realBufferSize; in testConvertFromU()
1254 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
1259 if(targ == realBufferEnd) in testConvertFromU()
1380 UChar *realBufferEnd; in testConvertToU() local
1417 realBufferEnd = junkout + realBufferSize; in testConvertToU()
1428 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU()
1431 if(targ == realBufferEnd) in testConvertToU()
Dnucnvtst.c375 char *realBufferEnd; in testConvertFromU() local
408 realBufferEnd = junkout + realBufferSize; in testConvertFromU()
416 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
421 if(targ == realBufferEnd) { in testConvertFromU()
536 UChar *realBufferEnd; in testConvertToU() local
566 realBufferEnd = junkout + realBufferSize; in testConvertToU()
574 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU()
577 if(targ == realBufferEnd) in testConvertToU()