/external/hyphenation/ |
hyphen.h | 68 char clhmin; /* min. hyph. distance from the left compound boundary */ member in struct:_HyphenDict 158 * clhmin: compoundlefthyphemin 165 int lhmin, int rhmin, int clhmin, int crhmin);
|
hyphen.c | 319 dict[k]->clhmin = 0; 351 dict[k]->clhmin = atoi(buf + 21); 708 int clhmin, int crhmin, int lend, int rend) 934 hyphens2, &rep2, &pos2, &cut2, clhmin, 967 hyphens, rep, pos, cut, clhmin, crhmin, lend, rend); 969 rep, pos, cut, clhmin); [all...] |