Home
last modified time | relevance | path

Searched refs:anthy_set_nth_xstr (Results 1 – 7 of 7) sorted by relevance

/dports/japanese/anthy/anthy-0.4/src-ordering/
H A Dcandhistory.c40 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 Dcandswap.c54 anthy_set_nth_xstr(0, &ns); in learn_swap_cand_indep()
121 anthy_set_nth_xstr(0, n); in prepare_swap_candidate()
H A Dcommit.c109 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 Drecord.h79 void anthy_set_nth_xstr(int nth, xstr *xs);/* 内部でコピーされる */
/dports/japanese/anthy/anthy-0.4/src-worddic/
H A Dpriv_dic.c263 anthy_set_nth_xstr(0, word); in add_unknown_word()
H A Drecord.c1794 anthy_set_nth_xstr(int nth, xstr *xs) in anthy_set_nth_xstr() function
/dports/japanese/anthy/anthy-0.4/src-splitter/
H A Dsplitter.c182 anthy_set_nth_xstr(nr, &to_xs); in proc_expanded_segment()