Home
last modified time | relevance | path

Searched refs:dict_ptr (Results 1 – 2 of 2) sorted by relevance

/external/hyphenation/patches/
D0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch45 + int *dict_ptr)
48 + while (len < (size - 1) && *dict_ptr < dict_length) {
49 + s[len++] = *(dict_contents + *dict_ptr);
50 + (*dict_ptr)++;
106 + int dict_ptr = 0;
116 + dict_length, &dict_ptr);
126 + &dict_ptr) != NULL)
/external/hyphenation/
Dhyphen.c236 int *dict_ptr) in get_line() argument
239 while (len < (size - 1) && *dict_ptr < dict_length) { in get_line()
240 s[len++] = *(dict_contents + *dict_ptr); in get_line()
241 (*dict_ptr)++; in get_line()
300 int dict_ptr = 0; in hnj_hyphen_load_from_buffer() local
326 dict_length, &dict_ptr); in hnj_hyphen_load_from_buffer()
337 &dict_ptr) != NULL) in hnj_hyphen_load_from_buffer()