Home
last modified time | relevance | path

Searched refs:tailorData3 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c3623 static const UChar tailorData3[][20]={ in TestVI5913() local
3738 tLen = u_strlen(tailorData3[3]); in TestVI5913()
3739 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100); in TestVI5913()
3740 log_verbose("\n Test Data[3] :%s \tlen: %d key: ", aescstrdup(tailorData3[3], tLen), tLen); in TestVI5913()
3745 tLen = u_strlen(tailorData3[j]); in TestVI5913()
3746 rLen = ucol_getSortKey(coll, tailorData3[j], tLen, resColl, 100); in TestVI5913()
3749 …log_err("\n After tailoring Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), t… in TestVI5913()
3755 … log_verbose("\n Test Data[%d] :%s \tlen: %d key: ", j, aescstrdup(tailorData3[j], tLen), tLen); in TestVI5913()