Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testiter

937     UCollationElements *testiter,
960 testiter = ucol_openElements(coll, teststr, 500, &status);
972 testorders = getOrders(testiter, &count);
990 ucol_reset(testiter);
993 ucol_next(testiter, &status);
994 ucol_next(testiter, &status);
995 ucol_closeElements(testiter);