Home | History | Annotate | Download | only in cintltst

Lines Matching defs:iter1

2660         UCollationElements *iter1;
2669 iter1 = ucol_openElements(coll, testdata[i], 2, &status);
2685 if ((uint32_t)ucol_next(iter1, &status) != ce) {
2694 if (ucol_next(iter1, &status) != UCOL_NULLORDER) {
2698 ucol_closeElements(iter1);
2721 UCollationElements *iter1,
2733 iter1 = ucol_openElements(coll1, &ch, 1, &status);
2739 ce = ucol_next(iter1, &status);
2749 ce = ucol_next(iter1, &status);
2759 ucol_closeElements(iter1);