Home | History | Annotate | Download | only in cintltst

Lines Matching defs:tLen

49                         const UChar *target, const int tLen);
1694 uint32_t tlen = u_unescape(testString, test, 32);
1702 klen = ucol_getSortKey(coll, test, tlen, key, 256);
2755 int32_t sLen = 0, tLen = 0;
2765 tLen = u_unescape(cases[j], target, 256);
2766 source[tLen] = 0;
3583 int32_t rLen, tLen, ruleLen, sLen, kLen;
3653 tLen = u_strlen(tData[j]);
3654 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen);
3655 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3677 tLen = u_strlen(tData[j]);
3678 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen);
3679 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3696 tLen = u_strlen(tailorData[j]);
3697 if ( !ucol_equal(coll, tailorData[0], sLen, tailorData[j], tLen)) {
3702 tLen = u_strlen(tailorData[0]);
3703 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
3705 tLen = u_strlen(tailorData[j]);
3706 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100);
3708 log_err("\n Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen);
3719 tLen = u_strlen(tailorData2[0]);
3720 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100);
3722 tLen = u_strlen(tailorData2[j]);
3723 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100);
3725 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen);
3736 tLen = u_strlen(tailorData3[3]);
3737 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100);
3738 log_verbose("\n Test Data[3] :%s \tlen: %d key: ", aescstrdup(tailorData3[3], tLen), tLen);
3743 tLen = u_strlen(tailorData3[j]);
3744 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100);
3747 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen);
3753 log_verbose("\n Test Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen);
3768 int32_t rLen, tLen, ruleLen;
3816 tLen = u_strlen(tData1[0]);
3817 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100);
3819 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData1[0], rLen);
3825 tLen = u_strlen(tData1[1]);
3826 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100);
3828 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen);
3847 tLen = u_strlen(tData2[0]);
3848 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100);
3850 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData2[0], rLen);
3856 tLen = u_strlen(tData2[1]);
3857 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100);
3859 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData2[1], rLen);
3875 int32_t rLen, tLen, ruleLen;
3901 tLen = u_strlen(tData1[j]);
3902 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3907 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3923 tLen = u_strlen(tData1[j]);
3924 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3929 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3946 tLen = u_strlen(tData1[j]);
3947 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3952 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3969 tLen = u_strlen(tData1[j]);
3970 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3979 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);