Home | History | Annotate | Download | only in intltest

Lines Matching refs:moves

768                                      const char *moves, const char *which) {
775 switch(moves[m]) {
830 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
839 errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]);
847 const char *const moves=
848 "0+++++++++" // 10 moves per line
862 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
864 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator");
866 TestUCharIterator(&rIter, compareCI, moves, "uiter_setReplaceable");