Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucnv_setSubstChars

596         /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars()*/
611 log_verbose("\n---Testing ucnv_setSubstChars RoundTrip Test ...\n");
612 ucnv_setSubstChars(myConverter, myptr, ii, &err);
628 /*Testing for ucnv_getSubstChars() and ucnv_setSubstChars() with error conditions*/
638 log_verbose("\n---Testing ucnv_setSubstChars.. with len < minBytesPerChar\n");
639 ucnv_setSubstChars(myConverter, myptr, 0, &err);
641 log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got %s\n", myErrorName(err));
643 log_verbose("\n---Testing ucnv_setSubstChars.. with err != U_ZERO_ERROR \n");
645 ucnv_setSubstChars(myConverter, myptr, ii, &err);
654 ucnv_setSubstChars(myConverter, myptr, ii, &err);