Home
last modified time | relevance | path

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

/aoo4110/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx372 OString encWord(OU2ENC(nTerm,eEnc)); in hyphenate() local
374 wordlen = encWord.getLength(); in hyphenate()
383 strcpy(lcword,encWord.getStr()); in hyphenate()
632 OString encWord(OU2ENC(nTerm,eEnc)); in createPossibleHyphens() local
634 wordlen = encWord.getLength(); in createPossibleHyphens()
642 strcpy(lcword,encWord.getStr()); in createPossibleHyphens()
684 for ( i = 0; i < encWord.getLength(); i++) in createPossibleHyphens()

Completed in 21 milliseconds