Lines Matching full:moves
765 const char *moves, const char *which) {
772 switch(moves[m]) {
827 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
836 errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]);
844 const char *const moves=
845 "0+++++++++" // 10 moves per line
859 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
861 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator");
863 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable");