Home | History | Annotate | Download | only in collationperf

Lines Matching full:iter

54     "-iter                      Iteration Performance Test\n"
153 {"-iter", OptSpec::FLAG, &opt_itertest},
834 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
835 ucol_setText(iter, dummytext, 1, &error);
844 ucol_setText(iter, str, strlen, &error);
845 while (ucol_next(iter, &error) != UCOL_NULLORDER) {
864 ucol_setText(iter, str, strlen, &error);
872 ucol_closeElements(iter);
911 iter = ucol_openElements(gCol, str, strlen, &error);
922 ucol_setOffset(iter, strindex, &error);
924 if (ucol_next(iter, &error) == UCOL_NULLORDER) {
934 ucol_setOffset(iter, strindex, &error);
951 ucol_setOffset(iter, strindex, &error);
960 ucol_setOffset(iter, strindex, &error);
969 ucol_closeElements(iter);
996 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
998 ucol_setText(iter, dummytext, 1, &error);
1007 ucol_setText(iter, str, strlen, &error);
1008 while (ucol_previous(iter, &error) != UCOL_NULLORDER) {
1028 ucol_setText(iter, str, strlen, &error);
1036 ucol_closeElements(iter);
1076 iter = ucol_openElements(gCol, str, strlen, &error);
1085 ucol_setOffset(iter, strindex, &error);
1087 if (ucol_previous(iter, &error) == UCOL_NULLORDER) {
1097 ucol_setOffset(iter, strindex, &error);
1114 ucol_setOffset(iter, strindex, &error);
1123 ucol_setOffset(iter, strindex, &error);
1131 ucol_closeElements(iter);