Home | History | Annotate | Download | only in cintltst

Lines Matching refs:U_TRUNCATED_CHAR_FOUND

1793 /* Test that U_TRUNCATED_CHAR_FOUND is set. */
1834 if(errorCode!=U_TRUNCATED_CHAR_FOUND || target!=buffer) {
1835 log_err("error TestTruncated(%s, 1b): no input (previously %d), flush=TRUE: %s (should be U_TRUNCATED_CHAR_FOUND), output %d\n",
1846 if(errorCode!=U_TRUNCATED_CHAR_FOUND || source!=sourceLimit || target!=buffer) {
1847 log_err("error TestTruncated(%s, 2): input bytes[%d], flush=TRUE: %s (should be U_TRUNCATED_CHAR_FOUND), input left %d, output %d\n",