Searched refs:lcword (Results 1 – 1 of 1) sorted by relevance
/external/hyphenation/ |
D | example.c | 67 char *lcword; in main() local 129 lcword = (char *) malloc(k+1); in main() 132 strcpy(lcword, buf); in main() 134 enmkallsmall(lcword,buf,dict->cset); in main() 139 while((n >=0) && (lcword[n] == '.')) n--; in main() 149 if ((!optd && hnj_hyphen_hyphenate(dict, lcword, n-1, hyphens)) || in main() 150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) { in main() 152 free(lcword); in main() 182 if (optdd) single_hyphenations(lcword, hyphens, rep, pos, cut, dict->utf8); in main() 193 free(lcword); in main()
|