Lines Matching refs:ucol_strcoll
1061 result = ucol_strcoll(coll, strA, 3, strB, 3); in TestIncrementalNormalize()
1065 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1121 result = ucol_strcoll(coll, strA, 6, strB, 6); in TestIncrementalNormalize()
1125 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1176 result = ucol_strcoll(coll, strA, 5, strB, 5); in TestIncrementalNormalize()
1180 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1487 if (ucol_strcoll(coll, testdata2[0], 2, testdata2[1], 2) != UCOL_LESS) { in TestContraction()
1493 if (ucol_strcoll(coll, testdata2[1], 2, testdata2[2], 2) != UCOL_LESS) { in TestContraction()
2629 resU16 = ucol_strcoll(coll, U16Source, U16LenS, U16Target, U16LenT); in Alexis2()
3093 result = ucol_strcoll(coll, source, -1, target, -1); in TestTibetanConformance()
3469 res = ucol_strcoll(coll, &a, 1, &null, 1); in TestTailorNULL()
4190 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len); in TestHiragana()
4573 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
4593 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
4750 …collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), punctuationString, LEN(punct… in TestReorderingAPI()
4770 …collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), punctuationString, LEN(punct… in TestReorderingAPI()
4855 … collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), hanString, LEN(hanString)); in TestReorderingAPIWithRuleCreatedCollator()
4895 …collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), punctuationString, LEN(punct… in TestReorderingAPIWithRuleCreatedCollator()
4915 …collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), punctuationString, LEN(punct… in TestReorderingAPIWithRuleCreatedCollator()
5367 collResult = ucol_strcoll(myCollation, fortyS, LEN(fortyS), fortyThreeP, LEN(fortyThreeP)); in TestReorderWithNumericCollation()
5368 …collResultReorder = ucol_strcoll(myReorderCollation, fortyS, LEN(fortyS), fortyThreeP, LEN(fortyTh… in TestReorderWithNumericCollation()