Home
last modified time | relevance | path

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

/AOO42X/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx285 int wordlen; in hyphenate() local
374 wordlen = encWord.getLength(); in hyphenate()
375 lcword = new char[wordlen + 1]; in hyphenate()
376 hyphens = new char[wordlen + 5]; in hyphenate()
386 int n = wordlen-1; in hyphenate()
416 for (int c = n; c < wordlen; c++) hyphens[c] = '0'; in hyphenate()
417 hyphens[wordlen] = '\0'; in hyphenate()
550 int wordlen; in createPossibleHyphens() local
634 wordlen = encWord.getLength(); in createPossibleHyphens()
635 lcword = new char[wordlen+1]; in createPossibleHyphens()
[all …]