Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strToUTF8WithSub

744         u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen,
751 log_err("error: u_strToUTF8WithSub(length) failed\n");
759 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen,
766 log_err("error: u_strToUTF8WithSub(NUL termination) failed\n");
774 u_strToUTF8WithSub(out8, 1, &u8DestLen,
780 log_err("error: u_strToUTF8WithSub(preflight/NUL termination) failed\n");
805 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen,
812 log_err("error: u_strToUTF8WithSub(no subs) failed\n");
837 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen,
844 log_err("error: u_strToUTF8WithSub(no subchar) failed\n");
2073 u_strToUTF8WithSub(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, 0xfffd, NULL, &errorCode);