Searched refs:hnj_hyphen_strnlen (Results 1 - 1 of 1) sorted by relevance

/external/hyphenation/
H A Dhyphen.c649 int hnj_hyphen_strnlen(const char * word, int n, int utf8) function
668 if (rh && (hnj_hyphen_strnlen(word, j - (*pos)[j] + 1, utf8) +
669 hnj_hyphen_strnlen((*rep)[j], rh - (*rep)[j], utf8)) < lhmin) {
691 if (rh && (hnj_hyphen_strnlen(word + j - (*pos)[j] + (*cut)[j] + 1, 100, utf8) +
692 hnj_hyphen_strnlen(rh + 1, strlen(rh + 1), utf8)) < rhmin) {

Completed in 36 milliseconds