Home
last modified time | relevance | path

Searched refs:finalFlush (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp144 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode); in TestToUnicode()
266 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode); in TestFromUnicode()
1051 flush=cc.finalFlush; in stepToUnicode()
1107 flush=(UBool)(cc.finalFlush && sourceLimit==bytesLimit); in stepToUnicode()
1224 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, errorCode.errorName()); in ToUnicodeCase()
1234 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in ToUnicodeCase()
1265 if(step<0 && !cc.finalFlush) { in ToUnicodeCase()
1292 if(errorCode.isFailure() || !cc.finalFlush) { in ToUnicodeCase()
1308 while(ok && cc.finalFlush) { in ToUnicodeCase()
1367 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, u_errorName(errorCode)); in checkToUnicode()
[all …]
Dconvtest.h51 UBool finalFlush; member
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java64 boolean finalFlush; // flush field in TestConversion.ConversionCase
147 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0; in TestFromUnicode()
359 while (ok && cc.finalFlush) { in FromUnicodeCase()
367 if (out.limit() != out.capacity() || cc.finalFlush) { in FromUnicodeCase()
484 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0; in TestToUnicode()
652 if (step < 0 && !cc.finalFlush) { in ToUnicodeCase()
668 while (ok && cc.finalFlush) { in ToUnicodeCase()
737 flush = (cc.finalFlush && source.limit() == sourceLen); in stepToUnicode()
743 flush = cc.finalFlush; in stepToUnicode()