Home | History | Annotate | Download | only in cintltst

Lines Matching full:u_uastrncpy

104 /*Tests  for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
239 u_uastrncpy(temp, raw[i][j], k-1);
241 log_err("something threw an error in u_uastrncpy(k-1)\n");
244 log_err("something threw an error in u_uastrncpy(k-1)\n");
247 u_uastrncpy(temp, raw[i][j], k+1);
249 log_err("something threw an error in u_uastrncpy(k+1)\n");
252 log_err("something threw an error in u_uastrncpy(k+1)\n");
255 u_uastrncpy(temp, raw[i][j], k);
257 log_err("something threw an error in u_uastrncpy(k)\n");
260 log_err("something threw an error in u_uastrncpy(k)\n");
979 log_verbose("Testing u_uastrncpy() and u_uastrcpy()");
991 u_uastrncpy(temp, "abcabcabc", 3);
993 log_err("There is an error in u_uastrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
996 log_err("u_uastrncpy wrote past it's bounds. Expected undisturbed byte at 3\n");