Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dncnvfbts.c147 char *realBufferEnd; in testConvertFromUnicode() local
185 realBufferEnd = junkout + realBufferSize; in testConvertFromUnicode()
196 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
201 if(targ == realBufferEnd) in testConvertFromUnicode()
316 UChar *realBufferEnd; in testConvertToUnicode() local
343 realBufferEnd = junkout + realBufferSize; in testConvertToUnicode()
360 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode()
363 if(targ == realBufferEnd) in testConvertToUnicode()
Dnccbtst.c2638 char *realBufferEnd; in testConvertFromUnicode() local
2689 realBufferEnd = junkout + realBufferSize; in testConvertFromUnicode()
2700 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
2705 if(targ == realBufferEnd) in testConvertFromUnicode()
2843 UChar *realBufferEnd; in testConvertToUnicode() local
2870 realBufferEnd = junkout + realBufferSize; in testConvertToUnicode()
2897 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToUnicode()
2900 if(targ == realBufferEnd) in testConvertToUnicode()
3029 char *realBufferEnd; in testConvertFromUnicodeWithContext() local
3080 realBufferEnd = junkout + realBufferSize; in testConvertFromUnicodeWithContext()
[all …]
Dncnvtst.c1196 char *realBufferEnd; in testConvertFromU() local
1234 realBufferEnd = junkout + realBufferSize; in testConvertFromU()
1245 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
1250 if(targ == realBufferEnd) in testConvertFromU()
1371 UChar *realBufferEnd; in testConvertToU() local
1408 realBufferEnd = junkout + realBufferSize; in testConvertToU()
1419 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU()
1422 if(targ == realBufferEnd) in testConvertToU()
Dnucnvtst.c377 char *realBufferEnd; in testConvertFromU() local
410 realBufferEnd = junkout + realBufferSize; in testConvertFromU()
418 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
423 if(targ == realBufferEnd) { in testConvertFromU()
538 UChar *realBufferEnd; in testConvertToU() local
568 realBufferEnd = junkout + realBufferSize; in testConvertToU()
576 end = nct_min( targ + gOutBufferSize, realBufferEnd); in testConvertToU()
579 if(targ == realBufferEnd) in testConvertToU()