Home | History | Annotate | Download | only in cintltst

Lines Matching refs:rLen

1240   uint32_t rlen = u_unescape(rules, rlz, 2048);
1242 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
1439 uint32_t rlen = 0;
1446 rlen = u_unescape(testrules[i], rule, 32);
1447 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1485 rlen = u_unescape("& a < b < c < ch < d & c = ch / h", rule, 256);
1486 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1509 rlen = u_unescape(testrules3[i], rule, 32);
1510 coll1 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1511 rlen = u_unescape(testrules3[i + 1], rule, 32);
1512 coll2 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
1582 uint32_t rlen = 0;
1588 rlen = u_unescape(testrules[i], rule, 32);
1589 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status);
3325 uint32_t rlen = 0;
3331 rlen = u_unescape(tests[i].rules, rlz, RULE_BUFFER_LEN);
3332 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
3456 uint32_t rlen = 0;
3463 rlen = u_unescape(rule, rlz, RULE_BUFFER_LEN);
3464 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
3587 int32_t rLen, tLen, ruleLen, sLen, kLen;
3659 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3660 for(i = 0; i<rLen; i++) {
3683 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3684 for(i = 0; i<rLen; i++) {
3710 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100);
3711 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
3713 for(i = 0; i<rLen; i++) {
3727 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100);
3728 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
3730 for(i = 0; i<rLen; i++) {
3748 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100);
3750 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
3752 for(i = 0; i<rLen; i++) {
3758 for(i = 0; i<rLen; i++) {
3772 int32_t rLen, tLen, ruleLen;
3821 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100);
3822 if (rLen != LEN(lastPrimaryIgnCE) || uprv_memcmp(resColl, lastPrimaryIgnCE, rLen) != 0) {
3823 rLen);
3824 for(i = 0; i<rLen; i++) {
3830 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100);
3831 if (rLen != LEN(firstPrimaryIgnCE) || uprv_memcmp(resColl, firstPrimaryIgnCE, rLen) != 0) {
3832 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen);
3833 for(i = 0; i<rLen; i++) {
3852 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100);
3853 if (rLen != LEN(lastSecondaryIgnCE) || uprv_memcmp(resColl, lastSecondaryIgnCE, rLen) != 0) {
3854 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData2[0], rLen);
3855 for(i = 0; i<rLen; i++) {
3861 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100);
3862 if (rLen != LEN(firstSecondaryIgnCE) || uprv_memcmp(resColl, firstSecondaryIgnCE, rLen) != 0) {
3863 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData2[1], rLen);
3864 for(i = 0; i<rLen; i++) {
3879 int32_t rLen, tLen, ruleLen;
3906 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3911 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3912 for(i = 0; i<rLen; i++) {
3915 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
3928 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3933 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3934 for(i = 0; i<rLen; i++) {
3937 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
3951 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3956 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3957 for(i = 0; i<rLen; i++) {
3960 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));
3974 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3983 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3984 for(i = 0; i<rLen; i++) {
3987 uprv_memcpy(prevColl, resColl, sizeof(uint8_t)*(rLen+1));