Lines Matching defs:tLen
50 const UChar *target, const int tLen);
1698 uint32_t tlen = u_unescape(testString, test, 32);
1706 klen = ucol_getSortKey(coll, test, tlen, key, 256);
2759 int32_t sLen = 0, tLen = 0;
2769 tLen = u_unescape(cases[j], target, 256);
2770 source[tLen] = 0;
3587 int32_t rLen, tLen, ruleLen, sLen, kLen;
3657 tLen = u_strlen(tData[j]);
3658 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen);
3659 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3681 tLen = u_strlen(tData[j]);
3682 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen);
3683 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100);
3700 tLen = u_strlen(tailorData[j]);
3701 if ( !ucol_equal(coll, tailorData[0], sLen, tailorData[j], tLen)) {
3706 tLen = u_strlen(tailorData[0]);
3707 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
3709 tLen = u_strlen(tailorData[j]);
3710 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100);
3712 log_err("\n Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen);
3723 tLen = u_strlen(tailorData2[0]);
3724 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100);
3726 tLen = u_strlen(tailorData2[j]);
3727 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100);
3729 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen);
3740 tLen = u_strlen(tailorData3[3]);
3741 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100);
3742 log_verbose("\n Test Data[3] :%s \tlen: %d key: ", aescstrdup(tailorData3[3], tLen), tLen);
3747 tLen = u_strlen(tailorData3[j]);
3748 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100);
3751 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen);
3757 log_verbose("\n Test Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen);
3772 int32_t rLen, tLen, ruleLen;
3820 tLen = u_strlen(tData1[0]);
3821 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100);
3823 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen
3829 tLen = u_strlen(tData1[1]);
3830 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100);
3832 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen);
3851 tLen = u_strlen(tData2[0]);
3852 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100);
3854 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData2[0], rLen);
3860 tLen = u_strlen(tData2[1]);
3861 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100);
3863 log_err("Bad result for &[lsi]<<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData2[1], rLen);
3879 int32_t rLen, tLen, ruleLen;
3905 tLen = u_strlen(tData1[j]);
3906 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3911 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3927 tLen = u_strlen(tData1[j]);
3928 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3933 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3950 tLen = u_strlen(tData1[j]);
3951 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3956 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
3973 tLen = u_strlen(tData1[j]);
3974 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
3983 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);