Searched refs:realSourceEnd (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvfbts.c | 148 const UChar *realSourceEnd; in testConvertFromUnicode() local 186 realSourceEnd = source + sourceLen; in testConvertFromUnicode() 197 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode() 199 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode() 220 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (sourceLimit < realSourceEnd) ); in testConvertFromUnicode() 303 const char *realSourceEnd; in testConvertToUnicode() local 344 realSourceEnd = src + sourcelen; in testConvertToUnicode() 361 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode() 380 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */ in testConvertToUnicode() 382 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (srcLimit < realSourceEnd) ); /* whil in testConvertToUnicode() [all...] |
H A D | nccbtst.c | 2639 const UChar *realSourceEnd; in testConvertFromUnicode() local 2690 realSourceEnd = source + sourceLen; in testConvertFromUnicode() 2701 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromUnicode() 2703 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromUnicode() 2723 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (sourceLimit < realSourceEnd)) ); in testConvertFromUnicode() 2829 const char *realSourceEnd; in testConvertToUnicode() local 2871 realSourceEnd = src + sourcelen; in testConvertToUnicode() 2898 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToUnicode() 2917 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */ in testConvertToUnicode() 2919 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* whil in testConvertToUnicode() 3030 const UChar *realSourceEnd; testConvertFromUnicodeWithContext() local 3202 const char *realSourceEnd; testConvertToUnicodeWithContext() local [all...] |
H A D | ncnvtst.c | 1197 const UChar *realSourceEnd; in testConvertFromU() local 1235 realSourceEnd = source + sourceLen; in testConvertFromU() 1246 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 1248 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU() 1274 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit < realSourceEnd) ); in testConvertFromU() 1362 const char *realSourceEnd; in testConvertToU() local 1409 realSourceEnd = src + sourcelen; in testConvertToU() 1420 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU() 1432 doFlush=(UBool)((gInBufferSize ==999 && gOutBufferSize==999)?(srcLimit == realSourceEnd) : false); in testConvertToU() 1448 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* whil in testConvertToU() [all...] |
H A D | nucnvtst.c | 378 const UChar *realSourceEnd; in testConvertFromU() local 411 realSourceEnd = source + sourceLen; in testConvertFromU() 419 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd); in testConvertFromU() 421 doFlush = (UBool)(sourceLimit == realSourceEnd); in testConvertFromU() 440 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && sourceLimit < realSourceEnd) ); in testConvertFromU() 528 const char *realSourceEnd; in testConvertToU() local 569 realSourceEnd = src + sourcelen; in testConvertToU() 577 srcLimit = nct_min(realSourceEnd, src + gInBufferSize); in testConvertToU() 596 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of the source data */ in testConvertToU() 601 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* whil in testConvertToU() [all...] |
Completed in 13 milliseconds