Lines Matching refs:t1
83 UChar t1[90];
99 u_uastrcpy(t1, cnt1[i]);
101 doTest(coll, t1, t2, UCOL_LESS);
125 u_uastrcpy(t1, cnt2[i]);
127 doTest(coll, t1, t2, UCOL_LESS);
184 UChar t1[90];
198 u_uastrcpy(t1, nonignorable[i]);
200 doTest(coll, t1, t2, UCOL_LESS);
212 u_uastrcpy(t1, shifted[i]);
214 doTest(coll, t1, t2, UCOL_LESS);
223 u_uastrcpy(t1, shifted[i-1]);
225 doTest(coll, t1, t2, shiftedTert[i]);
1003 uint32_t t1, uint32_t t2) {
1005 if(s1 == t1 && s2 == t2) {
1009 t = (t1 & 0xFFFF0000)|((t2 & 0xFFFF0000)>>16);
1016 t = (t1 & 0x0000FF00) | (t2 & 0x0000FF00)>>8;
1023 t = (t1 & 0x000000FF)<<8 | (t2 & 0x000000FF);
1481 UChar t1[256] = {0};
1494 u_unescape(chTest[i], t1, 256);
1496 doTest(coll, t1, t2, UCOL_LESS);
1538 UChar t1[256] = {0};
1548 ruleLen = u_unescape(rule, t1, 256);
1550 coll = ucol_openRules(t1, ruleLen, UCOL_OFF, UCOL_TERTIARY,NULL, &status);
1556 u_unescape(impTest[i], t1, 256);
1558 doTest(coll, t1, t2, UCOL_LESS);
1570 UChar t1[256] = {0};
1578 u_unescape(s1, t1, 256);
1582 doTest(coll, t1, t2, UCOL_EQUAL);
1585 doTest(coll, t1, t2, UCOL_EQUAL);