Home | History | Annotate | Download | only in cintltst

Lines Matching full:u_austrncpy

1012     u_austrncpy(charOut, temp, 3);
1014 log_err("There is an error in u_austrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
1017 log_err("u_austrncpy wrote past it's bounds. Expected undisturbed byte at 3\n");