Lines Matching full:klen
2901 uint32_t klen = 0;
2907 klen = ucol_getSortKey(coll, test, tlen, key, 256);
4859 int32_t rLen, tLen, ruleLen, sLen, kLen;
4968 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
4972 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
4985 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100);
4989 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5002 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100);
5007 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {