Lines Matching refs:log_err
37 #define log_err printf macro
62 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2); in compareIterators()
71 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1); 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 …log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter… in compareIterators()
104 …log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, … in compareIterators()
112 log_err("%s->move(start) failed\n", n1); in compareIterators()
116 log_err("%s->hasNext() at the start returns FALSE\n", n1); 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()
140 log_err("%s->hasNext() at the end returns TRUE\n", n1); in compareIterators()
144 log_err("%s->hasNext() at the end returns TRUE\n", n2); in compareIterators()
151 … log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n1, middle, pos1); 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()
164 log_err("%s->move(from middle %d to 1)=%d does not move to 1\n", n1, middle, pos1); in compareIterators()
170 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", n1); in compareIterators()
181 log_err("%s->hasPrevious() at the end returns FALSE\n", n1); 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()
205 log_err("%s->hasPrevious() at the start returns TRUE\n", n1); in compareIterators()
209 log_err("%s->hasPrevious() at the start returns TRUE\n", n2); in compareIterators()
238 log_err("test error: %s[%d]=%d\n", n, middle-2+i, c); in testIteratorState()
252 log_err("%s->setState(0x%x) failed: %s\n", n, state, u_errorName(errorCode)); in testIteratorState()
258 log_err("%s->current(at %d)=U+%04x!=U+%04x\n", n, middle, c, u[2]); in testIteratorState()
263 log_err("%s->previous(at %d)=U+%04x!=U+%04x\n", n, middle-1, c, u[1]); in testIteratorState()
269 log_err("%s->next(at %d)=U+%04x!=U+%04x\n", n, middle+1, c, u[3]); in testIteratorState()
275 log_err("%s->previous(at %d)=U+%04x!=U+%04x\n", n, middle-2, c, u[0]); in testIteratorState()
286 log_err("%s->getIndex(current)=%d!=%d as expected\n", n, i, middle); in testIteratorState()
289 log_err("%s->getIndex(current)=%d!=%d after setState()\n", n, j, i); in testIteratorState()
296 log_err("%s->getIndex(length)=%d!=%d before/after setState()\n", n, i, j); in testIteratorState()