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()
2287 while ( (preWordStart >= 0 && !bWord ) || ( aBoundary.endPos > curWordStart ) ) in getTextBeforeIndex()
2294 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex()
2296 aResult.SegmentEnd = aBoundary.endPos; in getTextBeforeIndex()
2409 if( nIndex <= aBoundary.endPos ) in getTextBehindIndex()
2411 nextWord = aBoundary.endPos; in getTextBehindIndex()
2418 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex()
2420 aResult.SegmentEnd = aBoundary.endPos; in getTextBehindIndex()