Searched refs:anthy_set_nth_xstr (Results 1 – 7 of 7) sorted by relevance
/dports/japanese/anthy/anthy-0.4/src-ordering/ |
H A D | candhistory.c | 40 anthy_set_nth_xstr(i, xs); in learn_cand_history() 43 anthy_set_nth_xstr(0, &seg->cands[seg->committed]->str); in learn_cand_history() 70 anthy_set_nth_xstr(0, &xs); in learn_suffix_history()
|
H A D | candswap.c | 54 anthy_set_nth_xstr(0, &ns); in learn_swap_cand_indep() 121 anthy_set_nth_xstr(0, n); in prepare_swap_candidate()
|
H A D | commit.c | 109 anthy_set_nth_xstr(i * 2 + 2, &seg->cands[seg->committed]->str); in commit_ochaire() 209 anthy_set_nth_xstr(nr_predictions + 1, xs); in learn_prediction_str()
|
/dports/japanese/anthy/anthy-0.4/anthy/ |
H A D | record.h | 79 void anthy_set_nth_xstr(int nth, xstr *xs);/* 内部でコピーされる */
|
/dports/japanese/anthy/anthy-0.4/src-worddic/ |
H A D | priv_dic.c | 263 anthy_set_nth_xstr(0, word); in add_unknown_word()
|
H A D | record.c | 1794 anthy_set_nth_xstr(int nth, xstr *xs) in anthy_set_nth_xstr() function
|
/dports/japanese/anthy/anthy-0.4/src-splitter/ |
H A D | splitter.c | 182 anthy_set_nth_xstr(nr, &to_xs); in proc_expanded_segment()
|