Home
last modified time | relevance | path

Searched refs:anthy_get_nth_xstr (Results 1 – 8 of 8) sorted by relevance

/dports/japanese/anthy/anthy-0.4/src-ordering/
H A Dcandhistory.c39 xstr *xs = anthy_get_nth_xstr(i - 1); in learn_cand_history()
115 xstr *h = anthy_get_nth_xstr(i); in get_history_weight()
184 if (anthy_xstrcmp(&xs, anthy_get_nth_xstr(0))) { in reorder_by_suffix()
H A Dcandswap.c92 xs = anthy_get_nth_xstr(0); in prepare_swap_candidate()
103 n = anthy_get_nth_xstr(0); in prepare_swap_candidate()
H A Dcommit.c196 xstr *log = anthy_get_nth_xstr(i + 1); in learn_prediction_str()
/dports/japanese/anthy/anthy-0.4/anthy/
H A Drecord.h76 xstr *anthy_get_nth_xstr(int );/* internされているxstrが返される */
/dports/japanese/anthy/anthy-0.4/src-worddic/
H A Dpriv_dic.c175 word_xs = anthy_get_nth_xstr(0); in anthy_copy_words_from_private_dic()
H A Drecord.c1817 anthy_get_nth_xstr(int n) in anthy_get_nth_xstr() function
/dports/japanese/anthy/anthy-0.4/src-splitter/
H A Dmetaword.c599 exs = anthy_get_nth_xstr(k); in make_expanded_metaword_all()
636 xs = anthy_get_nth_xstr((count - 1) * 2 + 2); in make_ochaire_metaword()
655 xs = anthy_get_nth_xstr(j * 2 + 2); in make_ochaire_metaword()
H A Dsplitter.c176 xs = anthy_get_nth_xstr(i); in proc_expanded_segment()