• Home
  • Raw
  • Download

Lines Matching refs:rLen

3585     int32_t  rLen, tLen, ruleLen, sLen, kLen;  in TestVI5913()  local
3657 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3658 for(i = 0; i<rLen; i++) { in TestVI5913()
3681 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3682 for(i = 0; i<rLen; i++) { in TestVI5913()
3708 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100); in TestVI5913()
3709 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3711 for(i = 0; i<rLen; i++) { in TestVI5913()
3725 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100); in TestVI5913()
3726 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3728 for(i = 0; i<rLen; i++) { in TestVI5913()
3746 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100); in TestVI5913()
3748 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3750 for(i = 0; i<rLen; i++) { in TestVI5913()
3756 for(i = 0; i<rLen; i++) { in TestVI5913()
3770 int32_t rLen, tLen, ruleLen; in TestTailor6179() local
3819 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100); in TestTailor6179()
3820 …if (rLen != UPRV_LENGTHOF(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) { in TestTailor6179()
3821 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData1[0], rLen); in TestTailor6179()
3822 for(i = 0; i<rLen; i++) { in TestTailor6179()
3828 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100); in TestTailor6179()
3829 …if (rLen != UPRV_LENGTHOF(firstPrimaryIgnCE) || uprv_memcmp(resColl, firstPrimaryIgnCE, rLen) != 0… in TestTailor6179()
3830 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen); in TestTailor6179()
3831 for(i = 0; i<rLen; i++) { in TestTailor6179()
3850 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100); in TestTailor6179()
3851 …if (rLen != UPRV_LENGTHOF(lastSecondaryIgnCE) || uprv_memcmp(resColl, lastSecondaryIgnCE, rLen) !=… in TestTailor6179()
3852 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData2[0], rLen); in TestTailor6179()
3853 for(i = 0; i<rLen; i++) { in TestTailor6179()
3859 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100); in TestTailor6179()
3860 …if (rLen != UPRV_LENGTHOF(firstSecondaryIgnCE) || uprv_memcmp(resColl, firstSecondaryIgnCE, rLen) … in TestTailor6179()
3861 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData2[1], rLen); in TestTailor6179()
3862 for(i = 0; i<rLen; i++) { in TestTailor6179()
3877 int32_t rLen, tLen, ruleLen; in TestUCAPrecontext() local
3904 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3909 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3910 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3913 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3926 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3931 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3932 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3935 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3949 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3954 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3955 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3958 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3972 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3981 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3982 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3985 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()