Home | History | Annotate | Download | only in cintltst

Lines Matching defs:flush

349     /* flush the converter cache to get a consistent state before the flushing is tested */
1067 /* flush the converter cache to get a consistent state before the flushing is tested */
1104 log_verbose("Flush cache ok\n");
1106 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount);
1113 log_verbose("Flush cache ok\n");
1115 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount);
1121 log_verbose("Flush cache ok\n"); /*because first, second and third are same */
1123 log_data_err("Flush Cache failed line %d, got %d expected 2 or there is an error in ucnv_close()\n",
1129 log_verbose("Flush cache ok\n");
1131 log_data_err("Flush Cache failed line %d, expected 1 got %d \n", __LINE__, flushCount);
1949 * 2001-April with the subject "converter 'flush' question".
2145 UBool flush;
2165 flush=FALSE;
2179 FALSE, flush, &errorCode);
2197 } else if(flush) {
2201 /* all consumed, now flush without input (separate from conversion for testing) */
2202 flush=TRUE;
2538 TRUE, TRUE, /* reset & flush */