Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strFromUTF8WithSub

703         u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen,
710 log_err("error: u_strFromUTF8WithSub(length) failed\n");
718 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen,
725 log_err("error: u_strFromUTF8WithSub(NUL termination) failed\n");
733 u_strFromUTF8WithSub(out16, 1, &uDestLen,
738 log_err("error: u_strFromUTF8WithSub(preflight/NUL termination) failed\n");
792 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen,
799 log_err("error: u_strFromUTF8WithSub(no subs) failed\n");
824 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen,
831 log_err("error: u_strFromUTF8WithSub(no subchar) failed\n");
2025 u_strFromUTF8WithSub(dest16, UPRV_LENGTHOF(dest16), &length, NULL, 0, 0xfffd, NULL, &errorCode);
2027 log_err("u_strFromUTF8WithSub(source=NULL, sourceLength=0) failed\n");