Home | History | Annotate | Download | only in hyphenation

Lines Matching refs:pu

401                         int pu = -1;        /* unicode character position */
406 if ((((unsigned char) word[pc]) >> 6) != 2) pu++;
407 if ((ps < 0) && (replindex == pu)) {
411 if ((ps >= 0) && ((pu - ps) == replcut)) {