Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_strcoll

362     compareResult  = ucol_strcoll(myCollation, source, sLen, target, tLen);
363 compareResulta = ucol_strcoll(myCollation, source, -1, target, -1);
365 log_err("ucol_strcoll result from null terminated and explicit length strings differs.\n");
859 result = ucol_strcoll(myCollator, source, -1, target, -1);
867 result = ucol_strcoll(myCollator, source, -1, target, -1);