Lines Matching defs:flush
144 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
266 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
603 UBool flush;
606 flush=(UBool)(s==s0+s0Length);
607 ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL, flush, &errorCode);
616 } while(!flush);
792 UBool flush;
809 flush=cc.finalFlush;
814 flush=FALSE;
829 flush, pErrorCode);
865 flush=(UBool)(cc.finalFlush && sourceLimit==bytesLimit);
924 // as with ucnv_getNextUChar(), we always flush (if we go to bytesLimit)
963 // we are done (flush==TRUE) but we continue, to get the index out of bounds error above
980 errcheckln(errorCode, "toUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_open() failed - %s",
990 errln("toUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setToUCallBack() failed - %s",
1024 // ucnv_getNextUChar() always implies flush
1046 // reset if an error occurred or we did not flush
1119 errln("toUnicode[%d](%s cb=\"%s\" fb=%d flush=%d %s) ucnv_getInvalidChars() failed - %s",
1157 errln("toUnicode[%d](%s cb=\"%s\" fb=%d flush=%d %s) fatal error: checkToUnicode() test output buffer overflow writing %d chars\n",
1162 errln("toUnicode[%d](%s cb=\"%s\" fb=%d flush=%d %s) failed: %s\n"
1195 UBool flush;
1212 flush=cc.finalFlush;
1219 flush=FALSE;
1235 FALSE, flush, pErrorCode);
1284 flush=(UBool)(cc.finalFlush && sourceLimit==utf8Limit);
1299 UBool flush;
1315 flush=cc.finalFlush;
1320 flush=FALSE;
1335 flush, pErrorCode);
1371 flush=(UBool)(cc.finalFlush && sourceLimit==unicodeLimit);
1387 errcheckln(errorCode, "fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_open() failed - %s",
1397 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setFromUCallBack() failed - %s",
1415 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setSubstChars() failed - %s",
1423 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d) ucnv_setSubstString() failed - %s",
1475 // reset if an error occurred or we did not flush
1503 // reset if an error occurred or we did not flush
1570 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d %s) ucnv_getInvalidUChars() failed - %s",
1608 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d %s) fatal error: checkFromUnicode() test output buffer overflow writing %d chars\n",
1613 errln("fromUnicode[%d](%s cb=\"%s\" fb=%d flush=%d %s) failed: %s\n"