Lines Matching refs:aResult

349 		TextSegment aResult;  in getTextAtIndex()  local
350 aResult.SegmentStart = -1; in getTextAtIndex()
351 aResult.SegmentEnd = -1; in getTextAtIndex()
359 aResult.SegmentText = sText.copy( nIndex, 1 ); in getTextAtIndex()
360 aResult.SegmentStart = nIndex; in getTextAtIndex()
361 aResult.SegmentEnd = nIndex+1; in getTextAtIndex()
371 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
372 aResult.SegmentStart = aBoundary.startPos; in getTextAtIndex()
373 aResult.SegmentEnd = aBoundary.endPos; in getTextAtIndex()
383 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
384 aResult.SegmentStart = aBoundary.startPos; in getTextAtIndex()
385 aResult.SegmentEnd = aBoundary.endPos; in getTextAtIndex()
395 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
396 aResult.SegmentStart = aBoundary.startPos; in getTextAtIndex()
397 aResult.SegmentEnd = aBoundary.endPos; in getTextAtIndex()
407 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
408 aResult.SegmentStart = aBoundary.startPos; in getTextAtIndex()
409 aResult.SegmentEnd = aBoundary.endPos; in getTextAtIndex()
419 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
420 aResult.SegmentStart = aBoundary.startPos; in getTextAtIndex()
421 aResult.SegmentEnd = aBoundary.endPos; in getTextAtIndex()
429 aResult.SegmentText = sText; in getTextAtIndex()
430 aResult.SegmentStart = 0; in getTextAtIndex()
431 aResult.SegmentEnd = nLength; in getTextAtIndex()
440 return aResult; in getTextAtIndex()
454 TextSegment aResult; in getTextBeforeIndex() local
455 aResult.SegmentStart = -1; in getTextBeforeIndex()
456 aResult.SegmentEnd = -1; in getTextBeforeIndex()
464 aResult.SegmentText = sText.copy( nIndex - 1, 1 ); in getTextBeforeIndex()
465 aResult.SegmentStart = nIndex-1; in getTextBeforeIndex()
466 aResult.SegmentEnd = nIndex; in getTextBeforeIndex()
480 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex()
481 aResult.SegmentStart = aBoundary.startPos; in getTextBeforeIndex()
482 aResult.SegmentEnd = aBoundary.endPos; in getTextBeforeIndex()
497 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex()
498 aResult.SegmentStart = aBoundary.startPos; in getTextBeforeIndex()
499 aResult.SegmentEnd = aBoundary.endPos; in getTextBeforeIndex()
513 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex()
514 aResult.SegmentStart = aBoundary.startPos; in getTextBeforeIndex()
515 aResult.SegmentEnd = aBoundary.endPos; in getTextBeforeIndex()
530 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex()
531 aResult.SegmentStart = aBoundary.startPos; in getTextBeforeIndex()
532 aResult.SegmentEnd = aBoundary.endPos; in getTextBeforeIndex()
547 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex()
548 aResult.SegmentStart = aBoundary.startPos; in getTextBeforeIndex()
549 aResult.SegmentEnd = aBoundary.endPos; in getTextBeforeIndex()
565 return aResult; in getTextBeforeIndex()
579 TextSegment aResult; in getTextBehindIndex() local
580 aResult.SegmentStart = -1; in getTextBehindIndex()
581 aResult.SegmentEnd = -1; in getTextBehindIndex()
589 aResult.SegmentText = sText.copy( nIndex + 1, 1 ); in getTextBehindIndex()
590 aResult.SegmentStart = nIndex+1; in getTextBehindIndex()
591 aResult.SegmentEnd = nIndex+2; in getTextBehindIndex()
605 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex()
606 aResult.SegmentStart = aBoundary.startPos; in getTextBehindIndex()
607 aResult.SegmentEnd = aBoundary.endPos; in getTextBehindIndex()
622 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex()
623 aResult.SegmentStart = aBoundary.startPos; in getTextBehindIndex()
624 aResult.SegmentEnd = aBoundary.endPos; in getTextBehindIndex()
643 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex()
644 aResult.SegmentStart = aBoundary.startPos; in getTextBehindIndex()
645 aResult.SegmentEnd = aBoundary.endPos; in getTextBehindIndex()
659 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex()
660 aResult.SegmentStart = aBoundary.startPos; in getTextBehindIndex()
661 aResult.SegmentEnd = aBoundary.endPos; in getTextBehindIndex()
676 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex()
677 aResult.SegmentStart = aBoundary.startPos; in getTextBehindIndex()
678 aResult.SegmentEnd = aBoundary.endPos; in getTextBehindIndex()
694 return aResult; in getTextBehindIndex()