Home | History | Annotate | Download | only in hyphenation

Lines Matching full:rhmin

318         dict[k]->rhmin = 0;
348 dict[k]->rhmin = atoi(buf + 14);
683 char *** rep, int ** pos, int ** cut, int rhmin)
687 for (i = 1; i < rhmin && j > 0; j--) {
692 hnj_hyphen_strnlen(rh + 1, strlen(rh + 1), utf8)) < rhmin) {
1054 hyphens, rep, pos, cut, (dict->rhmin > 0 ? dict->rhmin : 2));
1064 int lhmin, int rhmin, int clhmin, int crhmin)
1067 rhmin = (rhmin > 0 ? rhmin : dict->rhmin);
1073 rep, pos, cut, (rhmin > 0 ? rhmin : 2));