Home
last modified time | relevance | path

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

/aoo41x/main/linguistic/source/
H A Dhyphdsp.cxx99 sal_Int32 nHyphIdx = -1; in buildHyphWord() local
109 nHyphIdx++; in buildHyphWord()
113 if (!bSkip && nHyphIdx >= 0) in buildHyphWord()
116 nHyphenationPos = (sal_Int16) nHyphIdx; in buildHyphWord()
190 sal_Int32 nHyphIdx = -1; in buildPossHyphens() local
198 nHyphIdx++; in buildPossHyphens()
202 if (!bSkip && nHyphIdx >= 0) in buildPossHyphens()
203 pPos[ nHyphCount++ ] = (sal_Int16) nHyphIdx; in buildPossHyphens()
209 if (bSkip && nHyphIdx >= 0) in buildPossHyphens()

Completed in 10 milliseconds