• Home
  • Raw
  • Download

Lines Matching refs:tLen

49                         const UChar *target, const int tLen);
2755 int32_t sLen = 0, tLen = 0; in TestSettings() local
2765 tLen = u_unescape(cases[j], target, 256); in TestSettings()
2766 source[tLen] = 0; in TestSettings()
3583 int32_t rLen, tLen, ruleLen, sLen, kLen; in TestVI5913() local
3653 tLen = u_strlen(tData[j]); in TestVI5913()
3654 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen); in TestVI5913()
3655 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3677 tLen = u_strlen(tData[j]); in TestVI5913()
3678 log_verbose("\n Data :%s \tlen: %d key: ", tData[j], tLen); in TestVI5913()
3679 rLen = ucol_getSortKey(coll, tData[j], tLen, resColl, 100); in TestVI5913()
3696 tLen = u_strlen(tailorData[j]); in TestVI5913()
3697 if ( !ucol_equal(coll, tailorData[0], sLen, tailorData[j], tLen)) { in TestVI5913()
3702 tLen = u_strlen(tailorData[0]); in TestVI5913()
3703 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100); in TestVI5913()
3705 tLen = u_strlen(tailorData[j]); in TestVI5913()
3706 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100); in TestVI5913()
3708 log_err("\n Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen); in TestVI5913()
3719 tLen = u_strlen(tailorData2[0]); in TestVI5913()
3720 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100); in TestVI5913()
3722 tLen = u_strlen(tailorData2[j]); in TestVI5913()
3723 rLen = ucol_getSortKey(coll, tailorData2[j], tLen, resColl, 100); in TestVI5913()
3725 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen); in TestVI5913()
3736 tLen = u_strlen(tailorData3[3]); in TestVI5913()
3737 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100); in TestVI5913()
3738 log_verbose("\n Test Data[3] :%s \tlen: %d key: ", aescstrdup(tailorData3[3], tLen), tLen); in TestVI5913()
3743 tLen = u_strlen(tailorData3[j]); in TestVI5913()
3744 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100); in TestVI5913()
3747 …err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen); in TestVI5913()
3753 … log_verbose("\n Test Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen); in TestVI5913()
3768 int32_t rLen, tLen, ruleLen; in TestTailor6179() local
3816 tLen = u_strlen(tData1[0]); in TestTailor6179()
3817 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100); in TestTailor6179()
3825 tLen = u_strlen(tData1[1]); in TestTailor6179()
3826 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100); in TestTailor6179()
3847 tLen = u_strlen(tData2[0]); in TestTailor6179()
3848 rLen = ucol_getSortKey(coll, tData2[0], tLen, resColl, 100); in TestTailor6179()
3856 tLen = u_strlen(tData2[1]); in TestTailor6179()
3857 rLen = ucol_getSortKey(coll, tData2[1], tLen, resColl, 100); in TestTailor6179()
3875 int32_t rLen, tLen, ruleLen; in TestUCAPrecontext() local
3901 tLen = u_strlen(tData1[j]); in TestUCAPrecontext()
3902 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3923 tLen = u_strlen(tData1[j]); in TestUCAPrecontext()
3924 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3946 tLen = u_strlen(tData1[j]); in TestUCAPrecontext()
3947 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()
3969 tLen = u_strlen(tData1[j]); in TestUCAPrecontext()
3970 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100); in TestUCAPrecontext()