Lines Matching refs:lcword
287 char *lcword; in hyphenate() local
375 lcword = new char[wordlen + 1]; in hyphenate()
383 strcpy(lcword,encWord.getStr()); in hyphenate()
387 while((n >=0) && (lcword[n] == '.')) in hyphenate()
392 const bool bFailed = 0 != hnj_hyphen_hyphenate3( dict, lcword, n, hyphens, NULL, in hyphenate()
400 delete[] lcword; in hyphenate()
514 delete[] lcword; in hyphenate()
552 char *lcword; in createPossibleHyphens() local
635 lcword = new char[wordlen+1]; in createPossibleHyphens()
642 strcpy(lcword,encWord.getStr()); in createPossibleHyphens()
646 while((n >=0) && (lcword[n] == '.')) in createPossibleHyphens()
652 const bool bFailed = 0 != hnj_hyphen_hyphenate3(dict, lcword, n, hyphens, NULL, in createPossibleHyphens()
659 delete[] lcword; in createPossibleHyphens()
716 delete[] lcword; in createPossibleHyphens()