Lines Matching refs:tailorData
3610 static const UChar tailorData[][20]={ in TestVI5913() local
3696 sLen = u_strlen(tailorData[0]); in TestVI5913()
3698 tLen = u_strlen(tailorData[j]); in TestVI5913()
3699 if ( !ucol_equal(coll, tailorData[0], sLen, tailorData[j], tLen)) { in TestVI5913()
3700 log_err("\n \\u1FA2 not equals to data[%d]:%s\n", j, tailorData[j]); in TestVI5913()
3704 tLen = u_strlen(tailorData[0]); in TestVI5913()
3705 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100); in TestVI5913()
3707 tLen = u_strlen(tailorData[j]); in TestVI5913()
3708 rLen = ucol_getSortKey(coll, tailorData[j], tLen, resColl, 100); in TestVI5913()
3710 log_err("\n Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen); in TestVI5913()
3727 log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, tailorData[j], tLen); in TestVI5913()