Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dgciterator.cxx793 sal_Int32 nTmpStartPos = nSentenceStartPos; in GetSuggestedEndOfSentence() local
797 if (nTmpStartPos < nTextLen) in GetSuggestedEndOfSentence()
798 nEndPosition = m_xBreakIterator->endOfSentence( rText, nTmpStartPos, rLocale ); in GetSuggestedEndOfSentence()
802 ++nTmpStartPos; in GetSuggestedEndOfSentence()