Home
last modified time | relevance | path

Searched refs:lhmin (Results 1 – 3 of 3) sorted by relevance

/external/hyphenation/
Dhyphen.h66 char lhmin; /* lefthyphenmin: min. hyph. distance from the left side */ member
165 int lhmin, int rhmin, int clhmin, int crhmin);
Dhyphen.c317 dict[k]->lhmin = 0; in hnj_hyphen_load_from_buffer()
345 dict[k]->lhmin = atoi(buf + 13); in hnj_hyphen_load_from_buffer()
661 char *** rep, int ** pos, int ** cut, int lhmin) in hnj_hyphen_lhmin() argument
664 for (i = 1, j = 0; i < lhmin && word[j] != '\0'; i++) do { in hnj_hyphen_lhmin()
669 hnj_hyphen_strnlen((*rep)[j], rh - (*rep)[j], utf8)) < lhmin) { in hnj_hyphen_lhmin()
1052 hyphens, rep, pos, cut, (dict->lhmin > 0 ? dict->lhmin : 2)); in hnj_hyphen_hyphenate2()
1064 int lhmin, int rhmin, int clhmin, int crhmin) in hnj_hyphen_hyphenate3() argument
1066 lhmin = (lhmin > 0 ? lhmin : dict->lhmin); in hnj_hyphen_hyphenate3()
1071 rep, pos, cut, (lhmin > 0 ? lhmin : 2)); in hnj_hyphen_hyphenate3()
Dsubstrings.pl18 $lhmin = $ARGV[3];
21 if (defined $lhmin) { print OUT "LEFTHYPHENMIN $lhmin\n"; }