Home | History | Annotate | Download | only in intltest

Lines Matching refs:moves

627                                       const char *moves,
648 const char *move=moves;
663 // copy the moves until the current (m) move, and terminate
665 uprv_strcpy(history, moves);
666 history[move-moves]=0;
675 // copy the moves until the current (m) move, and terminate
677 uprv_strcpy(history, moves);
678 history[move-moves]=0;
747 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------";
753 moves, UNORM_NFD, "basic");
759 moves, UNORM_NFKC, "j2911");
766 moves, UNORM_NFD, "basic_2");
772 moves, UNORM_NFKC, "j2911_2");