Home | History | Annotate | Download | only in cintltst

Lines Matching full:resultiter

1403           UCollationElements *resultiter;
1407 resultiter = ucol_openElements(coll, rule, 1, &status);
1437 ucol_setText(resultiter, s, (int32_t)(e - s), &status);
1438 ce = ucol_next(resultiter, &status);
1449 ce = ucol_next(resultiter, &status);
1464 ucol_closeElements(resultiter);