Lines Matching refs:ucol_strcoll
1059 result = ucol_strcoll(coll, strA, 3, strB, 3); in TestIncrementalNormalize()
1063 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1119 result = ucol_strcoll(coll, strA, 6, strB, 6); in TestIncrementalNormalize()
1123 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1174 result = ucol_strcoll(coll, strA, 5, strB, 5); in TestIncrementalNormalize()
1178 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1485 if (ucol_strcoll(coll, testdata2[0], 2, testdata2[1], 2) != UCOL_LESS) { in TestContraction()
1491 if (ucol_strcoll(coll, testdata2[1], 2, testdata2[2], 2) != UCOL_LESS) { in TestContraction()
2627 resU16 = ucol_strcoll(coll, U16Source, U16LenS, U16Target, U16LenT); in Alexis2()
3091 result = ucol_strcoll(coll, source, -1, target, -1); in TestTibetanConformance()
3467 res = ucol_strcoll(coll, &a, 1, &null, 1); in TestTailorNULL()
4188 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len); in TestHiragana()
4571 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
4591 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
4748 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4768 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4853 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), hanString, UPRV_LE… in TestReorderingAPIWithRuleCreatedCollator()
4893 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
4913 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
5365 …collResult = ucol_strcoll(myCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, UPRV_LENGTHOF(f… in TestReorderWithNumericCollation()
5366 …collResultReorder = ucol_strcoll(myReorderCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, U… in TestReorderWithNumericCollation()