Home | History | Annotate | Download | only in common

Lines Matching full:flush

124                  UBool useFallback, UBool flush) {
153 flush=TRUE;
184 if(flush || (length=(i+j))>UCNV_EXT_MAX_BYTES) {
280 UBool flush,
290 cnv->useFallback, flush);
357 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
377 cnv->useFallback, pArgs->flush);
506 * @param flush TRUE if the end of the input stream is reached
512 * (partial matches are never returned for flush==TRUE)
523 UBool useFallback, UBool flush) {
599 if(flush || (length=(i+j))>UCNV_EXT_MAX_UCHARS) {
749 UBool flush,
759 cnv->useFallback, flush);
851 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
872 cnv->useFallback, pArgs->flush);