Lines Matching refs:n2

54                  UCharIterator *iter2, const char *n2) {  in compareIterators()  argument
62 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2); in compareIterators()
77 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2); in compareIterators()
85 … log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle); in compareIterators()
94 …xt()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterators()
104 …=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterators()
122 log_err("%s->move(start) failed\n", n2); in compareIterators()
126 log_err("%s->hasNext() at the start returns FALSE\n", n2); in compareIterators()
134 …log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, U… in compareIterators()
144 log_err("%s->hasNext() at the end returns TRUE\n", n2); in compareIterators()
157 … log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n2, middle, pos2); in compareIterators()
170 log_err("%s->move(from middle %d to 1)=%d does not move to 1\n", n2, middle, pos2); in compareIterators()
187 log_err("%s->move(limit) failed\n", n2); in compareIterators()
191 log_err("%s->hasPrevious() at the end returns FALSE\n", n2); in compareIterators()
199 …log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(… in compareIterators()
209 log_err("%s->hasPrevious() at the start returns TRUE\n", n2); in compareIterators()