Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_strcoll

1060         /*result = ucol_strcoll(coll, strA, -3, strB, -3);*/
1061 result = ucol_strcoll(coll, strA, 3, strB, 3);
1065 result = ucol_strcoll(coll, strA, -1, strB, -1);
1121 result = ucol_strcoll(coll, strA, 6, strB, 6);
1125 result = ucol_strcoll(coll, strA, -1, strB, -1);
1176 result = ucol_strcoll(coll, strA, 5, strB, 5);
1180 result = ucol_strcoll(coll, strA, -1, strB, -1);
1483 if (ucol_strcoll(coll, testdata2[0], 2, testdata2[1], 2) != UCOL_LESS) {
1489 if (ucol_strcoll(coll, testdata2[1], 2, testdata2[2], 2) != UCOL_LESS) {
2625 resU16 = ucol_strcoll(coll, U16Source, U16LenS, U16Target, U16LenT);
3089 result = ucol_strcoll(coll, source, -1, target, -1);
3465 res = ucol_strcoll(coll, &a, 1, &null, 1);
4185 /* Use ucol_strcoll() to determine ordering */
4186 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len);
4188 log_err("Result from ucol_strcoll() should be UCOL_EQUAL.");
4569 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen);
4589 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen);
4745 collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), punctuationString, LEN(punctuationString));
4765 collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), punctuationString, LEN(punctuationString));
4834 collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), hanString, LEN(hanString));
4874 collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), punctuationString, LEN(punctuationString));
4894 collResult = ucol_strcoll(myCollation, greekString, LEN(greekString), punctuationString, LEN(punctuationString));
5307 collResult = ucol_strcoll(myCollation, fortyS, LEN(fortyS), fortyThreeP, LEN(fortyThreeP));
5308 collResultReorder = ucol_strcoll(myReorderCollation, fortyS, LEN(fortyS), fortyThreeP, LEN(fortyThreeP));