Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tData1

5117     static const UChar tData1[][4]={
5146 tLen = u_strlen(tData1[0]);
5147 rLen = ucol_getSortKey(coll, tData1[0], tLen, resColl, 100);
5149 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 0, tData1[0], rLen);
5155 tLen = u_strlen(tData1[1]);
5156 rLen = ucol_getSortKey(coll, tData1[1], tLen, resColl, 100);
5158 log_err("Bad result for &[lpi]<<a...: Data[%d] :%s \tlen: %d key: ", 1, tData1[1], rLen);
5210 UChar tData1[][20]={
5231 tLen = u_strlen(tData1[j]);
5232 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5235 j, tData1[j]);
5237 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
5253 tLen = u_strlen(tData1[j]);
5254 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5257 j, tData1[j]);
5259 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
5276 tLen = u_strlen(tData1[j]);
5277 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5280 j, tData1[j]);
5282 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);
5299 tLen = u_strlen(tData1[j]);
5300 rLen = ucol_getSortKey(coll, tData1[j], tLen, resColl, 100);
5303 j, tData1[j]);
5307 j, tData1[j]);
5309 log_verbose("\n Data[%d] :%s \tlen: %d key: ", j, tData1[j], rLen);