Home
last modified time | relevance | path

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

/external/hyphenation/
Dhyphen.c289 signed char replcut; in hnj_hyphen_load_from_buffer() local
361 replcut = 0; in hnj_hyphen_load_from_buffer()
371 replcut = (signed char) atoi(index2 + 1); in hnj_hyphen_load_from_buffer()
376 replcut = strlen(buf); in hnj_hyphen_load_from_buffer()
411 if ((ps >= 0) && ((pu - ps) == replcut)) { in hnj_hyphen_load_from_buffer()
412 replcut = (pc - replindex); in hnj_hyphen_load_from_buffer()
428 if (!replcut) { in hnj_hyphen_load_from_buffer()
429 dict[k]->states[state_num].replcut = strlen(word); in hnj_hyphen_load_from_buffer()
431 dict[k]->states[state_num].replcut = replcut; in hnj_hyphen_load_from_buffer()
719 signed char replcut; in hnj_hyphen_hyph_() local
[all …]
Dhyphen.h82 signed char replcut; member