Lines Matching refs:moves
624 const char *moves, in TestPreviousNext() argument
645 const char *move=moves; in TestPreviousNext()
662 uprv_strcpy(history, moves); in TestPreviousNext()
663 history[move-moves]=0; in TestPreviousNext()
674 uprv_strcpy(history, moves); in TestPreviousNext()
675 history[move-moves]=0; in TestPreviousNext()
744 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
750 moves, UNORM_NFD, "basic"); in TestPreviousNext()
756 moves, UNORM_NFKC, "j2911"); in TestPreviousNext()
763 moves, UNORM_NFD, "basic_2"); in TestPreviousNext()
769 moves, UNORM_NFKC, "j2911_2"); in TestPreviousNext()