• Home
  • Raw
  • Download

Lines Matching refs:rLen

3583     int32_t  rLen, tLen, ruleLen, sLen, kLen;  in TestVI5913()  local
3655 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3656 for(i = 0; i<rLen; i++) { in TestVI5913()
3679 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3680 for(i = 0; i<rLen; i++) { in TestVI5913()
3706 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100); in TestVI5913()
3707 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3709 for(i = 0; i<rLen; i++) { in TestVI5913()
3723 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100); in TestVI5913()
3724 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3726 for(i = 0; i<rLen; i++) { in TestVI5913()
3744 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100); in TestVI5913()
3746 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3748 for(i = 0; i<rLen; i++) { in TestVI5913()
3754 for(i = 0; i<rLen; i++) { in TestVI5913()
3768 int32_t rLen, tLen, ruleLen; in TestTailor6179() local
3817 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100); in TestTailor6179()
3818 …if (rLen != UPRV_LENGTHOF(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) { in TestTailor6179()
3819 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData1[0], rLen); in TestTailor6179()
3820 for(i = 0; i<rLen; i++) { in TestTailor6179()
3826 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100); in TestTailor6179()
3827 …if (rLen != UPRV_LENGTHOF(firstPrimaryIgnCE) || uprv_memcmp(resColl, firstPrimaryIgnCE, rLen) != 0… in TestTailor6179()
3828 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen); in TestTailor6179()
3829 for(i = 0; i<rLen; i++) { in TestTailor6179()
3848 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100); in TestTailor6179()
3849 …if (rLen != UPRV_LENGTHOF(lastSecondaryIgnCE) || uprv_memcmp(resColl, lastSecondaryIgnCE, rLen) !=… in TestTailor6179()
3850 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData2[0], rLen); in TestTailor6179()
3851 for(i = 0; i<rLen; i++) { in TestTailor6179()
3857 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100); in TestTailor6179()
3858 …if (rLen != UPRV_LENGTHOF(firstSecondaryIgnCE) || uprv_memcmp(resColl, firstSecondaryIgnCE, rLen) … in TestTailor6179()
3859 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData2[1], rLen); in TestTailor6179()
3860 for(i = 0; i<rLen; i++) { in TestTailor6179()
3875 int32_t rLen, tLen, ruleLen; in TestUCAPrecontext() local
3902 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3907 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3908 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3911 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3924 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3929 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3930 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3933 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3947 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3952 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3953 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3956 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3970 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3979 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3980 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3983 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()