Home | History | Annotate | Download | only in cintltst

Lines Matching refs:t1

563   UChar t1[2048] = {0};
574 iter = ucol_openElements(coll, t1, u_strlen(t1), &status);
580 u_unescape(s[i], t1, 2048);
582 doTest(coll, t1, t2, result);
584 ucol_setText(iter, t1, u_strlen(t1), &status);