• Home
  • Raw
  • Download

Lines Matching refs:n1

43 compareIterators(UCharIterator *iter1, const char *n1,  in compareIterators()  argument
52 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2); in compareIterators()
61 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1); 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 …log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter… in compareIterators()
94 …->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->… in compareIterators()
102 log_err("%s->move(start) failed\n", n1); in compareIterators()
106 log_err("%s->hasNext() at the start returns FALSE\n", n1); 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()
130 log_err("%s->hasNext() at the end returns TRUE\n", n1); in compareIterators()
141 … log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n1, middle, pos1); in compareIterators()
154 log_err("%s->move(from middle %d to 1)=%d does not move to 1\n", n1, middle, pos1); in compareIterators()
167 log_err("%s->move(limit) failed\n", n1); in compareIterators()
171 log_err("%s->hasPrevious() at the end returns FALSE\n", n1); in compareIterators()
189 …log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(… in compareIterators()
195 log_err("%s->hasPrevious() at the start returns TRUE\n", n1); in compareIterators()