Home | History | Annotate | Download | only in hyphenation

Lines Matching full:matchlen

724     int * matchlen;
732 matchlen = matchlen_buf;
737 matchlen = hnj_malloc ((word_size + 3) * sizeof(int));
819 matchlen[offset + replindex] = replcut;
883 (*cut)[matchindex[i] - 1] = matchlen[i];
886 i += matchlen[i] - 1;
892 hnj_free (matchlen);