Searched defs:crhmin (Results 1 - 2 of 2) sorted by relevance

/external/hyphenation/
H A Dhyphen.h69 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);
H A Dhyphen.c320 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);
1050 dict->clhmin, dict->crhmin, 1, 1);
1064 int lhmin, int rhmin, int clhmin, int crhmin)
1069 clhmin, crhmin, 1, 1);
706 hnj_hyphen_hyph_(HyphenDict *dict, const char *word, int word_size, char * hyphens, char *** rep, int ** pos, int ** cut, int clhmin, int crhmin, int lend, int rend) argument
1061 hnj_hyphen_hyphenate3(HyphenDict *dict, const char *word, int word_size, char * hyphens, char *hyphword, char *** rep, int ** pos, int ** cut, int lhmin, int rhmin, int clhmin, int crhmin) argument

Completed in 428 milliseconds