Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucol_openElements

104         iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
131 iter = ucol_openElements(coll, t2, u_strlen(t2), &status);
667 iter = ucol_openElements(coll, t[u]->NFD, u_strlen(t[u]->NFD), &status);
897 iter=ucol_openElements(myCollation, testCase[i], u_strlen(testCase[i]), &status);
900 iter=ucol_openElements(myCollation, testCase[j], u_strlen(testCase[j]), &status);
1448 iter1 = ucol_openElements(coll, testdata[i], 2, &status);
1454 UCollationElements *iter2 = ucol_openElements(coll,
1513 iter1 = ucol_openElements(coll1, &ch, 1, &status);
1514 iter2 = ucol_openElements(coll2, &ch, 1, &status);
2299 it = ucol_openElements(coll, string, 0, &status);