Home | History | Annotate | Download | only in collationperf

Lines Matching refs:ucol_next

847             while (ucol_next(iter, &error) != UCOL_NULLORDER) {
879 printf("Average time per ucol_next() nano seconds %d\n", ns);
926 if (ucol_next(iter, &error) == UCOL_NULLORDER) {
975 printf("Average time per ucol_next() nano seconds %d\n", ns);
1686 ce = ucol_next(CEiter, &status);