Home
last modified time | relevance | path

Searched refs:lcword (Results 1 – 1 of 1) sorted by relevance

/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx287 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()
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()
659 delete[] lcword; in createPossibleHyphens()
[all …]

Completed in 19 milliseconds