Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_openElements

105         iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
132 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
668 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status);
901 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
904 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status);
1452 iter1 = ucol_openElements(coll, testdata[i], 2, &status);
1458 UCollationElements *iter2 = ucol_openElements(coll,
1517 iter1 = ucol_openElements(coll1, &ch, 1, &status);
1518 iter2 = ucol_openElements(coll2, &ch, 1, &status);
2303 it = ucol_openElements(coll, string, 0, &status);