Lines Matching refs:ucol_strcoll
283 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
285 log_err("ucol_strcoll with explicit length returned wrong result (%i exp. %i): %s, %s\n",
288 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1);
290 log_err("ucol_strcoll with null terminated strings returned wrong result (%i exp. %i): %s, %s\n",
888 result = ucol_strcoll(myCollator, source, -1, target, -1);
896 result = ucol_strcoll(myCollator, source, -1, target, -1);