Searched refs:dict_contents (Results 1 - 2 of 2) sorted by relevance

/external/hyphenation/
H A Dhyphen.h94 HyphenDict *hnj_hyphen_load_from_buffer (const char *dict_contents,
H A Dhyphen.c235 get_line (char *s, int size, const char *dict_contents, int dict_length, argument
240 s[len++] = *(dict_contents + *dict_ptr);
280 hnj_hyphen_load_from_buffer (const char *dict_contents, int dict_length) argument
297 if (dict_contents == NULL)
325 get_line(dict[k]->cset, sizeof(dict[k]->cset), dict_contents,
336 while (get_line(buf, sizeof(buf), dict_contents, dict_length,

Completed in 72 milliseconds