Home | History | Annotate | Download | only in cintltst

Lines Matching full:u_strncat

104 /*Tests  for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
213 log_verbose("Testing u_strncat\n");
220 if(u_strcmp(u_strncat(temp,dataTable[i+2][j],k),dataTable[i][j])!=0)
221 log_err("something threw an error in u_strncat or u_uastrcpy()\n");