Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_uastrcpy

83                     u_uastrcpy(dataTable[i][j],raw[i][j]);
104 /*Tests for u_strcat(),u_strcmp(), u_strlen(), u_strcpy(),u_strncat(),u_strncmp(),u_strncpy, u_uastrcpy(),u_austrcpy(), u_uastrncpy(); */
195 u_uastrcpy(temp, "");
218 u_uastrcpy(temp,"");
221 log_err("something threw an error in u_strncat or u_uastrcpy()\n");
225 log_verbose("Testing u_strncpy() and u_uastrcpy()\n");
356 u_uastrcpy(temp, tokString);
357 u_uastrcpy(delimBuf, " ");
360 u_uastrcpy(delimBuf, " ,");
362 u_uastrcpy(currTokenBuf, tokens[currToken]);
374 u_uastrcpy(currTokenBuf, "");
382 u_uastrcpy(currTokenBuf, ", ,");
391 u_uastrcpy(currTokenBuf, "q, ,");
403 u_uastrcpy(currTokenBuf, tokString);
404 u_uastrcpy(temp, tokString);
405 u_uastrcpy(delimBuf, "q"); /* Give it a delimiter that it can't find. */
979 log_verbose("Testing u_uastrncpy() and u_uastrcpy()");
981 u_uastrcpy(temp, "abc");
983 log_err("There is an error in u_uastrcpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));