Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_strcollUTF8

301     /* convert the strings to UTF-8 and do try comparing with char iterator and ucol_strcollUTF8 */
313 /* ucol_strcollUTF8 */
314 compareResulta = ucol_strcollUTF8(myCollation, utf8Source, utf8SourceLen, utf8Target, utf8TargetLen, &status);
316 log_err("Error in ucol_strcollUTF8 with explicit length\n");
319 log_err("ucol_strcollUTF8 with explicit length returned wrong result (%i exp. %i): %s, %s\n",
322 compareResulta = ucol_strcollUTF8(myCollation, utf8Source, -1, utf8Target, -1, &status);
324 log_err("Error in ucol_strcollUTF8 with null terminated strings\n");
327 log_err("ucol_strcollUTF8 with null terminated strings returned wrong result (%i exp. %i): %s, %s\n",