HomeSort by relevance Sort by last modified time
    Searched refs:HyphenDict (Results 1 - 3 of 3) sorted by null

  /external/hyphenation/
hyphen.h 58 typedef struct _HyphenDict HyphenDict;
75 HyphenDict *nextlevel;
93 HyphenDict *hnj_hyphen_load (const char *fn);
94 HyphenDict *hnj_hyphen_load_from_buffer (const char *dict_contents,
96 void hnj_hyphen_free (HyphenDict *dict);
99 int hnj_hyphen_hyphenate (HyphenDict *dict,
151 int hnj_hyphen_hyphenate2 (HyphenDict *dict,
162 int hnj_hyphen_hyphenate3 (HyphenDict *dict,
hyphen.c 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
    [all...]
example.c 59 HyphenDict *dict;

Completed in 139 milliseconds