Lines Matching defs:rLen
1236 uint32_t rlen = u_unescape(rules, rlz, 2048);
1238 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
1435 uint32_t rlen = 0;
1442 rlen = u_unescape(testrules[i], rule, 32);
1443 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1481 rlen = u_unescape("& a < b < c < ch < d & c = ch / h", rule, 256);
1482 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1505 rlen = u_unescape(testrules3[i], rule, 32);
1506 coll1 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1507 rlen = u_unescape(testrules3[i + 1], rule, 32);
1508 coll2 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1578 uint32_t rlen = 0;
1584 rlen = u_unescape(testrules[i], rule, 32);
1585 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
3321 uint32_t rlen = 0;
3327 rlen = u_unescape(tests[i].rules, rlz, RULE_BUFFER_LEN);
3328 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
3452 uint32_t rlen = 0;
3459 rlen = u_unescape(rule, rlz, RULE_BUFFER_LEN);
3460 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
3583 int32_t rLen, tLen, ruleLen, sLen, kLen;
3655 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3656 for(i = 0; i<rLen; i++) {
3679 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3680 for(i = 0; i<rLen; i++) {
3706 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100);
3707 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
3709 for(i = 0; i<rLen; i++) {
3723 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100);
3724 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
3726 for(i = 0; i<rLen; i++) {
3744 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100);
3746 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
3748 for(i = 0; i<rLen; i++) {
3754 for(i = 0; i<rLen; i++) {
3768 int32_t rLen, tLen, ruleLen;
3817 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100);
3818 if (rLen != UPRV_LENGTHOF(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) {
3819 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData1[0], rLen);
3820 for(i = 0; i<rLen; i++) {
3826 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100);
3827 if (rLen != UPRV_LENGTHOF(firstPrimaryIgnCE) || uprv_memcmp(resColl, firstPrimaryIgnCE, rLen) != 0) {
3828 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen);
3829 for(i = 0; i<rLen; i++) {
3848 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100);
3849 if (rLen != UPRV_LENGTHOF(lastSecondaryIgnCE) || uprv_memcmp(resColl, lastSecondaryIgnCE, rLen) != 0) {
3850 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData2[0], rLen);
3851 for(i = 0; i<rLen; i++) {
3857 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100);
3858 if (rLen != UPRV_LENGTHOF(firstSecondaryIgnCE) || uprv_memcmp(resColl, firstSecondaryIgnCE, rLen) != 0) {
3859 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData2[1], rLen);
3860 for(i = 0; i<rLen; i++) {
3875 int32_t rLen, tLen, ruleLen;
3902 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3907 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3908 for(i = 0; i<rLen; i++) {
3911 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
3924 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3929 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3930 for(i = 0; i<rLen; i++) {
3933 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
3947 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3952 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3953 for(i = 0; i<rLen; i++) {
3956 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
3970 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3979 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3980 for(i = 0; i<rLen; i++) {
3983 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));