Lines Matching refs:rLen
2025 uint32_t rlen = 0;
2029 rlen = u_unescape(tests[i].rules, rlz, 2048);
2031 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2040 rlen = u_unescape(tests[i].expectedRules, rlz, 2048);
2041 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2088 uint32_t rlen = 0;
2092 rlen = u_unescape(rules[i], rlz, 2048);
2094 credundant = ucol_openRules(rlz, rlen
2102 rlen = u_unescape(expectedRules[i], rlz, 2048);
2103 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2526 uint32_t rlen = u_unescape(rules, rlz, 2048);
2528 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
2705 uint32_t rlen = 0;
2712 rlen = u_unescape(testrules[i], rule, 32);
2713 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
2751 rlen = u_unescape("& a < b < c < ch < d & c = ch / h", rule, 256);
2752 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
2774 rlen = u_unescape(testrules3[i], rule, 32);
2775 coll1 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
2776 rlen = u_unescape(testrules3[i + 1], rule, 32);
2777 coll2 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
2832 uint32_t rlen = 0;
2838 rlen = u_unescape(testrules[i], rule, 32);
2839 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
4670 uint32_t rlen = 0;
4676 rlen = u_unescape(tests[i].rules, rlz, RULE_BUFFER_LEN);
4677 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
4801 uint32_t rlen = 0;
4808 rlen = u_unescape(rule, rlz, RULE_BUFFER_LEN);
4809 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
4932 int32_t rLen, tLen, ruleLen, sLen, kLen;
4993 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
4994 for(i = 0; i<rLen; i++) {
5017 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
5018 for(i = 0; i<rLen; i++) {
5044 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100);
5045 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5047 for(i = 0; i<rLen; i++) {
5061 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100);
5062 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5064 for(i = 0; i<rLen; i++) {
5078 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100);
5080 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5082 for(i = 0; i<rLen; i++) {
5088 for(i = 0; i<rLen; i++) {
5102 int32_t rLen, tLen, ruleLen;
5147 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100);
5148 if (rLen != LEN(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) {
5149 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData1[0], rLen);
5150 for(i = 0; i<rLen; i++) {
5156 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100);
5157 if (rLen != LEN(firstPrimaryIgnCE) || uprv_memcmp(resColl, firstPrimaryIgnCE, rLen) != 0) {
5158 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen);
5159 for(i = 0; i<rLen; i++) {
5176 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100);
5177 if (rLen != LEN(lastSecondaryIgnCE) || uprv_memcmp(resColl, lastSecondaryIgnCE, rLen) != 0) {
5178 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData2[0], rLen);
5179 for(i = 0; i<rLen; i++) {
5186 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100);
5187 if (rLen != LEN(firstSecondaryIgnCE) || uprv_memcmp(resColl, firstSecondaryIgnCE, rLen) != 0) {
5188 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData2[1], rLen);
5189 for(i = 0; i<rLen; i++) {
5205 int32_t rLen, tLen, ruleLen;
5232 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5237 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
5238 for(i = 0; i<rLen; i++) {
5241 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
5254 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5259 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
5260 for(i = 0; i<rLen; i++) {
5263 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
5277 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5282 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
5283 for(i = 0; i<rLen; i++) {
5286 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
5300 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5309 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
5310 for(i = 0; i<rLen; i++) {
5313 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));