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

  /external/hyphenation/
hyphen.h 68 char clhmin; /* min. hyph. distance from the left compound boundary */ member in struct:_HyphenDict
158 * clhmin: compoundlefthyphemin
165 int lhmin, int rhmin, int clhmin, int crhmin);
hyphen.c 319 dict[k]->clhmin = 0;
351 dict[k]->clhmin = atoi(buf + 21);
708 int clhmin, int crhmin, int lend, int rend)
934 hyphens2, &rep2, &pos2, &cut2, clhmin,
967 hyphens, rep, pos, cut, clhmin, crhmin, lend, rend);
969 rep, pos, cut, clhmin);
    [all...]

Completed in 604 milliseconds