Searched refs:rhmin (Results 1 – 3 of 3) sorted by relevance
/external/hyphenation/ |
D | hyphen.h | 67 char rhmin; /* righthyphenmin: min. hyph. distance from the right side */ member 165 int lhmin, int rhmin, int clhmin, int crhmin);
|
D | hyphen.c | 318 dict[k]->rhmin = 0; in hnj_hyphen_load_from_buffer() 348 dict[k]->rhmin = atoi(buf + 14); in hnj_hyphen_load_from_buffer() 683 char *** rep, int ** pos, int ** cut, int rhmin) in hnj_hyphen_rhmin() argument 687 for (i = 1; i < rhmin && j > 0; j--) { in hnj_hyphen_rhmin() 692 hnj_hyphen_strnlen(rh + 1, strlen(rh + 1), utf8)) < rhmin) { in hnj_hyphen_rhmin() 1054 hyphens, rep, pos, cut, (dict->rhmin > 0 ? dict->rhmin : 2)); in hnj_hyphen_hyphenate2() 1064 int lhmin, int rhmin, int clhmin, int crhmin) in hnj_hyphen_hyphenate3() argument 1067 rhmin = (rhmin > 0 ? rhmin : dict->rhmin); in hnj_hyphen_hyphenate3() 1073 rep, pos, cut, (rhmin > 0 ? rhmin : 2)); in hnj_hyphen_hyphenate3()
|
D | substrings.pl | 19 $rhmin = $ARGV[4]; 22 if (defined $rhmin) { print OUT "RIGHTHYPHENMIN $rhmin\n"; }
|