Home | History | Annotate | Download | only in cintltst

Lines Matching defs:doFlush

43                 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
45 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus);
996 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1034 doFlush,
1085 const char *codepage, const int32_t *expectOffsets, UBool doFlush, UErrorCode expectedStatus)
1130 doFlush,
1199 UBool doFlush;
1247 doFlush = (UBool)(sourceLimit == realSourceEnd);
1254 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
1259 doFlush = FALSE;
1266 doFlush, /* flush if we're at the end of the input data */
1371 UBool doFlush;
1431 doFlush=(UBool)((gInBufferSize ==999 && gOutBufferSize==999)?(srcLimit == realSourceEnd) : FALSE);
1439 doFlush, /* flush if we're at the end of hte source data */