Home | History | Annotate | Download | only in hyphenation

Lines Matching full:lhmin

317         dict[k]->lhmin = 0;
345 dict[k]->lhmin = atoi(buf + 13);
661 char *** rep, int ** pos, int ** cut, int lhmin)
664 for (i = 1, j = 0; i < lhmin && word[j] != '\0'; i++) do {
669 hnj_hyphen_strnlen((*rep)[j], rh - (*rep)[j], utf8)) < lhmin) {
1052 hyphens, rep, pos, cut, (dict->lhmin > 0 ? dict->lhmin : 2));
1064 int lhmin, int rhmin, int clhmin, int crhmin)
1066 lhmin = (lhmin > 0 ? lhmin : dict->lhmin);
1071 rep, pos, cut, (lhmin > 0 ? lhmin : 2));