Home | History | Annotate | Download | only in cintltst

Lines Matching full:iter

442 OrderAndOffset* getOrders(UCollationElements *iter, int32_t *orderLength)
448 int32_t offset = ucol_getOffset(iter);
454 iter, &status)) != UCOL_NULLORDER)
470 offset = ucol_getOffset(iter);
491 backAndForth(UCollationElements *iter)
497 OrderAndOffset *orders = getOrders(iter, &orderLength);
502 ucol_reset(iter);
505 while ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
506 int32_t offset = ucol_getOffset(iter);
542 ucol_reset(iter);
545 if ((o = ucol_next(iter, &status)) != UCOL_NULLORDER) {
551 if ((o = ucol_previous(iter, &status)) != UCOL_NULLORDER) {
565 UCollationElements *iter;
574 iter = ucol_openElements(coll, t1, u_strlen(t1), &status);
584 ucol_setText(iter, t1, u_strlen(t1), &status);
585 backAndForth(iter);
586 ucol_setText(iter, t2, u_strlen(t2), &status);
587 backAndForth(iter);
590 ucol_closeElements(iter);