Lines Matching refs:n2
44 UCharIterator *iter2, const char *n2) { in compareIterators() argument
52 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2); in compareIterators()
67 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2); in compareIterators()
75 … log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle); in compareIterators()
84 …xt()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterators()
94 …=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterators()
112 log_err("%s->move(start) failed\n", n2); in compareIterators()
116 log_err("%s->hasNext() at the start returns FALSE\n", n2); in compareIterators()
124 …log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, U… in compareIterators()
134 log_err("%s->hasNext() at the end returns TRUE\n", n2); in compareIterators()
147 … log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n2, middle, pos2); in compareIterators()
160 log_err("%s->move(from middle %d to 1)=%d does not move to 1\n", n2, middle, pos2); in compareIterators()
177 log_err("%s->move(limit) failed\n", n2); in compareIterators()
181 log_err("%s->hasPrevious() at the end returns FALSE\n", n2); in compareIterators()
189 …log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(… in compareIterators()
199 log_err("%s->hasPrevious() at the start returns TRUE\n", n2); in compareIterators()