Home | History | Annotate | Download | only in hyphenation

Lines Matching refs:cut

9  * Peter Novodvorsky from ALTLinux cut hyphenation part from libHnj
116 rep, pos, cut: pointers (point to the allocated and _zeroed_ buffers
127 cut: NULL, or counts of the removed characters of the original words
130 Note: rep, pos, cut are complementary arrays to the hyphens, indexed with the
136 output: rep[5]="ff=f", pos[5] = 1, cut[5] = 2
138 Note: hnj_hyphen_hyphenate2() can allocate rep, pos, cut (word_size
143 int * cut = NULL;
145 hnj_hyphen_hyphenate2(dict, "example", 7, hyphens, NULL, &rep, &pos, &cut);
153 char *hyphenated_word, char *** rep, int ** pos, int ** cut);
164 char *hyphword, char *** rep, int ** pos, int ** cut,