Home | History | Annotate | Download | only in cintltst

Lines Matching full:incomplete

3611     /* This one should fail because an incomplete UChar is being passed in */
3614 log_err("ucnv_fromUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for incomplete UChar * buffer - %s\n", u_errorName(errorCode));
3625 /* This one should fail because an incomplete UChar is being passed in */
3628 log_err("ucnv_toUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for incomplete UChar * buffer - %s\n", u_errorName(errorCode));