Home
last modified time | relevance | path

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

/dports/japanese/anthy/anthy-0.4/src-main/
H A Dmain.c336 p = anthy_xstr_to_cstr(xs, ac->encoding); in anthy_get_segment()
340 p = anthy_xstr_to_cstr(&seg->str, ac->encoding); in anthy_get_segment()
342 p = anthy_xstr_to_cstr(&seg->cands[nth_cand]->str, ac->encoding); in anthy_get_segment()
467 p = anthy_xstr_to_cstr(prediction->predictions[nth].str, ac->encoding); in anthy_get_prediction()
H A Dcontext.c506 char *c = anthy_xstr_to_cstr(&s->str, ANTHY_UTF8_ENCODING); in write_history()
520 c = anthy_xstr_to_cstr(&s->cands[s->committed]->str, in write_history()
/dports/japanese/anthy/anthy-0.4/anthy/
H A Dxstr.h36 char *anthy_xstr_to_cstr(xstr *, int);
/dports/japanese/anthy/anthy-0.4/mkworddic/
H A Dmkdic.c691 char *yomi = anthy_xstr_to_cstr(cmd->yomi, ANTHY_UTF8_ENCODING); in apply_adjust_command()
739 ye->index_str = anthy_xstr_to_cstr(ye->index_xstr, yl->index_encoding); in sort_word_dict()
950 word = anthy_xstr_to_cstr(word_xs, mds->input_encoding); in reverse_multi_segment_word()
1007 word = anthy_xstr_to_cstr(we->ye->index_xstr, mds->input_encoding); in build_reverse_dict()
/dports/japanese/anthy/anthy-0.4/src-diclib/
H A Dxstr.c204 anthy_xstr_to_cstr(xstr *s, int encoding) in anthy_xstr_to_cstr() function
612 res = anthy_xstr_to_cstr(xs, to); in conv_cstr()
/dports/japanese/anthy/anthy-0.4/src-worddic/
H A Dext_ent.c119 index = anthy_xstr_to_cstr(temp, ANTHY_UTF8_ENCODING); in search_zipcode_dict()
H A Dword_dic.c177 char *str = anthy_xstr_to_cstr(xs, ANTHY_UTF8_ENCODING); in find_gang_elm()