Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uchars

437             /* There are at least 2 UChars in each string - verify that strncmp()==memcmp(). */
970 UChar uchars[]={0x61, 0x62, 0x63, 0x00};
977 if(u_strcmp(temp, uchars) != 0) {
978 log_err("There is an error in u_uastrcpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
987 if(u_strncmp(uchars, temp, 3) != 0){
988 log_err("There is an error in u_uastrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
1009 log_err("There is an error in u_austrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
1223 /* move forward 3 UChars */
1233 /* move backward 5 UChars */
1366 /* get four UChars from the middle of the string */