• Home
  • Raw
  • Download

Lines Matching refs:rLen

3586     int32_t  rLen, tLen, ruleLen, sLen, kLen;  in TestVI5913()  local
3658 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3659 for(i = 0; i<rLen; i++) { in TestVI5913()
3682 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3683 for(i = 0; i<rLen; i++) { in TestVI5913()
3709 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100); in TestVI5913()
3710 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3712 for(i = 0; i<rLen; i++) { in TestVI5913()
3726 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100); in TestVI5913()
3727 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3729 for(i = 0; i<rLen; i++) { in TestVI5913()
3747 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100); in TestVI5913()
3749 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
3751 for(i = 0; i<rLen; i++) { in TestVI5913()
3757 for(i = 0; i<rLen; i++) { in TestVI5913()
3771 int32_t rLen, tLen, ruleLen; in TestTailor6179() local
3820 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100); in TestTailor6179()
3821 …if (rLen != UPRV_LENGTHOF(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) { in TestTailor6179()
3822 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData1[0], rLen); in TestTailor6179()
3823 for(i = 0; i<rLen; i++) { in TestTailor6179()
3829 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100); in TestTailor6179()
3830 …if (rLen != UPRV_LENGTHOF(firstPrimaryIgnCE) || uprv_memcmp(resColl, firstPrimaryIgnCE, rLen) != 0… in TestTailor6179()
3831 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen); in TestTailor6179()
3832 for(i = 0; i<rLen; i++) { in TestTailor6179()
3851 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100); in TestTailor6179()
3852 …if (rLen != UPRV_LENGTHOF(lastSecondaryIgnCE) || uprv_memcmp(resColl, lastSecondaryIgnCE, rLen) !=… in TestTailor6179()
3853 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData2[0], rLen); in TestTailor6179()
3854 for(i = 0; i<rLen; i++) { in TestTailor6179()
3860 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100); in TestTailor6179()
3861 …if (rLen != UPRV_LENGTHOF(firstSecondaryIgnCE) || uprv_memcmp(resColl, firstSecondaryIgnCE, rLen) … in TestTailor6179()
3862 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData2[1], rLen); in TestTailor6179()
3863 for(i = 0; i<rLen; i++) { in TestTailor6179()
3878 int32_t rLen, tLen, ruleLen; in TestUCAPrecontext() local
3905 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3910 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3911 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3914 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3927 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3932 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3933 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3936 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3950 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3955 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3956 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3959 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()
3973 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3982 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen); in TestUCAPrecontext()
3983 for(i = 0; i<rLen; i++) { in TestUCAPrecontext()
3986 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1)); in TestUCAPrecontext()