Lines Matching refs:HyphenDict
168 hnj_get_state (HyphenDict *dict, HashTab *hashtab, const char *string)
196 hnj_add_trans (HyphenDict *dict, int state1, int state2, char ch)
253 HyphenDict *
272 HyphenDict *dict = hnj_hyphen_load_from_buffer(addr, sb.st_size);
279 HyphenDict *
282 HyphenDict *dict[2];
308 dict[k] = hnj_malloc (sizeof(HyphenDict));
500 void hnj_hyphen_free (HyphenDict *dict)
524 int hnj_hyphen_hyphenate (HyphenDict *dict,
706 int hnj_hyphen_hyph_(HyphenDict *dict, const char *word, int word_size,
1045 int hnj_hyphen_hyphenate2 (HyphenDict *dict,
1061 int hnj_hyphen_hyphenate3 (HyphenDict *dict,