Lines Matching refs:ucol_strcoll
184 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) { in doStrcoll()
906 result=ucol_strcoll(c2, str1, -1, str2, -1); in TestBengaliSortKey()
2484 if (ucol_strcoll(coll, NULL, 0, NULL, 0) != 0) { in TestStrcollNull()
2488 if (ucol_strcoll(coll, NULL, -1, NULL, 0) != 0) { in TestStrcollNull()
2493 if (ucol_strcoll(coll, u16asc, -1, NULL, 10) != 0) { in TestStrcollNull()
2498 if (ucol_strcoll(coll, u16asc, -1, NULL, 0) <= 0) { in TestStrcollNull()
2501 if (ucol_strcoll(coll, NULL, 0, u16asc, -1) >= 0) { in TestStrcollNull()
2504 if (ucol_strcoll(coll, u16asc, u16ascLen, NULL, 0) <= 0) { in TestStrcollNull()
2508 if (ucol_strcoll(coll, u16han, -1, NULL, 0) <= 0) { in TestStrcollNull()
2511 if (ucol_strcoll(coll, NULL, 0, u16han, -1) >= 0) { in TestStrcollNull()
2514 if (ucol_strcoll(coll, NULL, 0, u16han, u16hanLen) >= 0) { in TestStrcollNull()