Home | History | Annotate | Download | only in cintltst

Lines Matching full:u_strcat

101 /*Tests  for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
188 log_verbose("testing u_strcat()\n");
194 u_strcat(temp,dataTable[i+1][j]);
196 log_err("something threw an error in u_strcat()\n");