Home | History | Annotate | Download | only in cintltst

Lines Matching full:strings

286       log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
289 /* convert the strings to UTF-8 and do try comparing with char iterator */
301 /*log_verbose("Strings converted to UTF-8:%s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));*/
313 log_err("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
316 log_err("different results in iterative when normalization is turned on with UTF-8 strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1));
365 log_err("ucol_strcoll result from null terminated and explicit length strings differs.\n");
388 log_err("Sort Keys from null terminated and explicit length strings differ.\n");
860 log_err("Comparing two strings with only secondary differences in C failed.\n");
868 log_err("Comparing two strings with no differences in C failed.\n");
876 log_err("Comparing two strings with sort keys in C failed.\n");
912 * three test strings X, Y, Z, consisting of an A-grave + test char,
927 /* Collation test. All three strings should be equal.
934 /* Run collation element iterators over the three strings. Results should be same for each.