Home | History | Annotate | Download | only in hyphenation

Lines Matching refs:dict_length

235 get_line (char *s, int size, const char *dict_contents, int dict_length,
239 while (len < (size - 1) && *dict_ptr < dict_length) {
280 hnj_hyphen_load_from_buffer (const char *dict_contents, int dict_length)
326 dict_length, &dict_ptr);
336 while (get_line(buf, sizeof(buf), dict_contents, dict_length,