Searched refs:setEnd (Results 1 – 8 of 8) sorted by relevance
76 mContextRange.setEnd(mPos);78 mPieceRange.setEnd(mPos);82 mContextRange.setEnd(getNextWordBreakForCache(textBuf, mPos));84 mPieceRange.setEnd(std::min(mContextRange.getEnd(), range.getEnd()));97 mContextRange.setEnd(getNextWordBreakForCache(textBuf, pos == 0 ? 0 : pos - 1)); in iterator()99 mPieceRange.setEnd(pos); in iterator()103 mContextRange.setEnd(getNextWordBreakForCache(textBuf, pos)); in iterator()105 mPieceRange.setEnd(std::min(mContextRange.getEnd(), range.getEnd())); in iterator()
73 expected.setEnd(end); in toSelectionEvent_smartSelectionMulti()102 expected.setEnd(end); in toSelectionEvent_smartSelectionSingle()132 expected.setEnd(end); in toSelectionEvent_resetSelection()163 expected.setEnd(end); in toSelectionEvent_modifySelection()187 expected.setEnd(end); in toSelectionEvent_copyAction()
39 range.setEnd(outText.size()); in parseTestString()59 context.setEnd(textPos); in parseExpectString()65 piece.setEnd(textPos); in parseExpectString()
45 inline void setEnd(uint32_t end) { mEnd = end; } // exclusive in setEnd() function
238 .setEnd(event.getAbsoluteEnd() - mStartEvent.getAbsoluteStart()); in sanitizeEvent()
579 public SelectionEvent setEnd(int end) { in setEnd() method in SelectionEvent
507 out.setEnd(selEvent.getRelativeWordEndIndex()); in toSelectionEvent()
65704 Landroid/view/textclassifier/SelectionEvent;->setEnd(I)Landroid/view/textclassifier/SelectionEvent;