Lines Matching refs:tailorData
3611 static const UChar tailorData[][20]={
3697 sLen = u_strlen(tailorData[0]);
3699 tLen = u_strlen(tailorData[j]);
3700 if ( !ucol_equal(coll, tailorData[0], sLen, tailorData[j], tLen)) {
3701 log_err("\n \\u1FA2 not equals to data[%d]:%s\n", j, tailorData[j]);
3705 tLen = u_strlen(tailorData[0]);
3706 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
3708 tLen = u_strlen(tailorData[j]);
3709 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100);
3711 log_err("\n Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen);
3728 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen);