Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_getSortKey

368     sortklen1=ucol_getSortKey(myCollation, source, sLen,  NULL, 0);
369 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0);
376 ucol_getSortKey(myCollation, source, sLen, sortKey1, sortklen1+1);
377 ucol_getSortKey(myCollation, source, -1, sortKey1a, sortklen1+1);
381 ucol_getSortKey(myCollation, target, tLen, sortKey2, sortklen2+1);
382 ucol_getSortKey(myCollation, target, -1, sortKey2a, sortklen2+1);
874 sourceKeyOut = ucol_getSortKey(myCollator, source, -1, sourceKeyArray, 100);
875 targetKeyOut = ucol_getSortKey(myCollator, target, -1, targetKeyArray, 100);
1028 len = ucol_getSortKey(enCollation, source, 1, result,
1038 len = ucol_getSortKey(myCollation, source, 1, result,
1114 enlen = ucol_getSortKey(enCollation, source[3], 2, enresult, 20);
1115 mylen = ucol_getSortKey(myCollation, source[3], 2, myresult, 20);