Home | History | Annotate | Download | only in cintltst

Lines Matching refs:expColl

4931     uint8_t  resColl[100], expColl[100];
5041 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
5045 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5058 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100);
5062 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
5075 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100);
5080 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {