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

  /external/hyphenation/
hyphen.h 69 char crhmin; /* min. hyph. distance from the right compound boundary */ member in struct:_HyphenDict
159 * crhmin: compoundrighthyphenmin
165 int lhmin, int rhmin, int clhmin, int crhmin);
hyphen.c 320 dict[k]->crhmin = 0;
354 dict[k]->crhmin = atoi(buf + 22);
708 int clhmin, int crhmin, int lend, int rend)
935 crhmin, (begin > 0 ? 0 : lend), (hyphens[i]&1 ? 0 : rend));
967 hyphens, rep, pos, cut, clhmin, crhmin, lend, rend);
971 rep, pos, cut, crhmin);
    [all...]

Completed in 21 milliseconds