Searched refs:setEnd (Results 1 – 11 of 11) 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
183 .setEnd(event.getAbsoluteEnd() - mStartEvent.getAbsoluteStart()); in sanitizeEvent()
576 public SelectionEvent setEnd(int end) { in setEnd() method in SelectionEvent
486 out.setEnd(selEvent.getRelativeWordEndIndex()); in toSelectionEvent()
544 this.decoder_.setEnd(newEnd);551 this.decoder_.setEnd(oldEnd);
373 jspb.BinaryDecoder.prototype.setEnd = function(end) { method in jspb.BinaryDecoder
782 .setEnd(536870912).build()).build(); in Descriptor()
34572 Landroid/icu/util/STZInfo;->setEnd(IIIIIZ)V82267 Landroid/view/textclassifier/SelectionEvent;->setEnd(I)Landroid/view/textclassifier/SelectionEvent;