Lines Matching refs:endPos
227 rBoundary.endPos = nLength; in implGetParagraphBoundary()
244 rBoundary.startPos = rBoundary.endPos = -1; in implGetLineBoundary()
257 rBoundary.endPos = nTextLen; in implGetLineBoundary()
271 rBoundary.endPos = nCurIndex; in implGetLineBoundary()
2286 while ( (preWordStart >= 0 && !bWord ) || ( aBoundary.endPos > curWordStart ) ) in getTextBeforeIndex()
2293 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex()
2295 aResult.SegmentEnd = aBoundary.endPos; in getTextBeforeIndex()
2408 if( nIndex <= aBoundary.endPos ) in getTextBehindIndex()
2410 nextWord = aBoundary.endPos; in getTextBehindIndex()
2417 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex()
2419 aResult.SegmentEnd = aBoundary.endPos; in getTextBehindIndex()