Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_getSortKey

372           sortkeysize = ucol_getSortKey(coll, m, sizem, sortkey, 256);
1817 ucol_getSortKey(coll, b, 1, res, 256);
2356 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2357 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2358 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2359 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
2375 ucol_getSortKey(coll, strA, 3, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2376 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2377 ucol_getSortKey(coll, strB, 3, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2378 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
2416 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2417 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2418 ucol_getSortKey(coll, strB, 6, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2419 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
2435 ucol_getSortKey(coll, strA, 6, (uint8_t *)sortKeyA, sizeof(sortKeyA));
2436 ucol_getSortKey(coll, strA, -1, (uint8_t *)sortKeyAz, sizeof(sortKeyAz));
2437 ucol_getSortKey(coll, strB, 6, (uint8_t *)sortKeyB, sizeof(sortKeyB));
2438 ucol_getSortKey(coll, strB, -1, (uint8_t *)sortKeyBz, sizeof(sortKeyBz));
2585 resultlen = ucol_getSortKey(coll, secstr, 150, (uint8_t *)result, 250);
2598 resultlen = ucol_getSortKey(coll, tertstr, 150, (uint8_t *)result, 250);
2612 resultlen = ucol_getSortKey(coll, secstr, 150, (uint8_t *)result, 250);
2625 resultlen = ucol_getSortKey(coll, tertstr, 150, (uint8_t *)result, 250);
2956 klen = ucol_getSortKey(coll, test, tlen, key, 256);
4875 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, NULL, 0);
4882 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
4894 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, sortkey,
4993 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
5017 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
5041 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
5044 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100);
5058 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100);
5061 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100);
5075 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100);
5078 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100);
5147 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100);
5156 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100);
5176 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100);
5186 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100);
5232 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5254 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5277 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5300 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5342 sortkey_length = ucol_getSortKey(coll, ustr, ustr_length, shortKeyBuf, sizeof(shortKeyBuf));
5379 ucol_getSortKey(ucol, data, dataLen, bufFull[i], TSKC_BUF_SIZE);
5482 keySize1 = ucol_getSortKey(ucol, data1, data1Len, sortKey1, SORTKEYLEN);
5484 keySize2 = ucol_getSortKey(ucol, data2, data2Len, sortKey2, SORTKEYLEN);
5897 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256);
5898 beforeKeyLength = ucol_getSortKey(myCollation, before, beforeLen, beforeKey, 256);
5917 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256);
5918 ucol_getSortKey(myCollation, before, beforeLen, beforeKey, 256);
5954 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256);
5961 reorderKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), reorderKey, 256);
5983 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256);
5990 reorderKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), reorderKey, 256);
6599 fortyS_sortKey_Length = ucol_getSortKey(myCollation, fortyS, LEN(fortyS), fortyS_sortKey, 128);
6600 fortyThreeP_sortKey_Length = ucol_getSortKey(myCollation, fortyThreeP, LEN(fortyThreeP), fortyThreeP_sortKey, 128);
6601 fortyS_sortKey_reorder_Length = ucol_getSortKey(myReorderCollation, fortyS, LEN(fortyS), fortyS_sortKey_reorder, 128);
6602 fortyThreeP_sortKey_reorder_Length = ucol_getSortKey(myReorderCollation, fortyThreeP, LEN(fortyThreeP), fortyThreeP_sortKey_reorder, 128);
6843 ucol_getSortKey(viescoll, str, 1, sk1, 500);
6844 ucol_getSortKey(importviescoll, str, 1, sk2, 500);
6851 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
6852 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
6948 ucol_getSortKey(videcoll, str, 1, sk1, 500);
6949 ucol_getSortKey(importvidecoll, str, 1, sk2, 500);
6956 ucol_getSortKey(videcoll, str, strLength, sk1, 500);
6957 ucol_getSortKey(importvidecoll, str, strLength, sk2, 500);
7047 sortKeyLen = ucol_getSortKey(ucol, itemPtr->longUpperStrPtr, itemPtr->longUpperStrLen, sortKeyA, kCollKeyLenMax);
7049 log_err("ERROR sort key length from ucol_getSortKey is %d\n", sortKeyLen);