HomeSort by relevance Sort by last modified time
    Searched refs:lhmin (Results 1 - 3 of 3) sorted by null

  /external/hyphenation/
hyphen.h 66 char lhmin; /* lefthyphenmin: min. hyph. distance from the left side */ member in struct:_HyphenDict
156 /* lhmin: lefthyphenmin
165 int lhmin, int rhmin, int clhmin, int crhmin);
substrings.pl 18 $lhmin = $ARGV[3];
21 if (defined $lhmin) { print OUT "LEFTHYPHENMIN $lhmin\n"; }
hyphen.c 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) {
    [all...]

Completed in 31 milliseconds