• Home
  • Raw
  • Download

Lines Matching refs:n2

1193                  UCharIterator *iter2, const char *n2) {  in compareIterators()  argument
1201 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2); in compareIterators()
1216 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2); in compareIterators()
1224 … log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle); in compareIterators()
1233 …xt()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterators()
1243 …=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterators()
1261 log_err("%s->move(start) failed\n", n2); in compareIterators()
1265 log_err("%s->hasNext() at the start returns FALSE\n", n2); in compareIterators()
1273 …log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, U… in compareIterators()
1283 log_err("%s->hasNext() at the end returns TRUE\n", n2); in compareIterators()
1296 … log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n2, middle, pos2); in compareIterators()
1309 log_err("%s->move(from middle %d to 1)=%d does not move to 1\n", n2, middle, pos2); in compareIterators()
1326 log_err("%s->move(limit) failed\n", n2); in compareIterators()
1330 log_err("%s->hasPrevious() at the end returns FALSE\n", n2); in compareIterators()
1338 …log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(… in compareIterators()
1348 log_err("%s->hasPrevious() at the start returns TRUE\n", n2); in compareIterators()
1545 UCharIterator *iter2, const char *n2, in compareIterNoIndexes() argument
1568 … log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle); in compareIterNoIndexes()
1577 …xt()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterNoIndexes()
1587 …=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(ite… in compareIterNoIndexes()
1601 log_err("%s->hasNext() at the start returns FALSE\n", n2); in compareIterNoIndexes()
1609 …log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d\n", n1, c1, c2, n2, iter1->getIndex(iter1, U… in compareIterNoIndexes()
1619 log_err("%s->hasNext() at the end returns TRUE\n", n2); in compareIterNoIndexes()
1628 …log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(… in compareIterNoIndexes()
1640 log_err("%s has no known state from middle=%d to the end\n", n2, middle); in compareIterNoIndexes()
1653 log_err("%s->current() differs across get/set state, U+%04x vs. U+%04x\n", n2, c2, c1); in compareIterNoIndexes()
1662 log_err("%s->previous() differs across get/set state, U+%04x vs. U+%04x\n", n2, c2, c1); in compareIterNoIndexes()
1675 log_err("%s->hasPrevious() at the end returns FALSE\n", n2); in compareIterNoIndexes()
1683 …log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d\n", n1, c1, c2, n2, iter1->getIndex(… in compareIterNoIndexes()
1693 log_err("%s->hasPrevious() at the start returns TRUE\n", n2); in compareIterNoIndexes()
1701 const char *name1, const char *n2) { in testUNormIteratorWithText() argument
1723 strcpy(name2, n2); in testUNormIteratorWithText()