• Home
  • Raw
  • Download

Lines Matching refs:ucol_strcoll

1057         result = ucol_strcoll(coll, strA, 3, strB, 3);  in TestIncrementalNormalize()
1061 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1117 result = ucol_strcoll(coll, strA, 6, strB, 6); in TestIncrementalNormalize()
1121 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1172 result = ucol_strcoll(coll, strA, 5, strB, 5); in TestIncrementalNormalize()
1176 result = ucol_strcoll(coll, strA, -1, strB, -1); in TestIncrementalNormalize()
1483 if (ucol_strcoll(coll, testdata2[0], 2, testdata2[1], 2) != UCOL_LESS) { in TestContraction()
1489 if (ucol_strcoll(coll, testdata2[1], 2, testdata2[2], 2) != UCOL_LESS) { in TestContraction()
2625 resU16 = ucol_strcoll(coll, U16Source, U16LenS, U16Target, U16LenT); in Alexis2()
3089 result = ucol_strcoll(coll, source, -1, target, -1); in TestTibetanConformance()
3465 res = ucol_strcoll(coll, &a, 1, &null, 1); in TestTailorNULL()
4186 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len); in TestHiragana()
4569 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
4589 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
4746 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4766 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPI()
4851 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), hanString, UPRV_LE… in TestReorderingAPIWithRuleCreatedCollator()
4891 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
4911 …collResult = ucol_strcoll(myCollation, greekString, UPRV_LENGTHOF(greekString), punctuationString,… in TestReorderingAPIWithRuleCreatedCollator()
5363 …collResult = ucol_strcoll(myCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, UPRV_LENGTHOF(f… in TestReorderWithNumericCollation()
5364 …collResultReorder = ucol_strcoll(myReorderCollation, fortyS, UPRV_LENGTHOF(fortyS), fortyThreeP, U… in TestReorderWithNumericCollation()