Home
last modified time | relevance | path

Searched refs:endRange (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dusetiter.cpp53 if (range < endRange) { in next()
85 if (range < endRange) { in nextRange()
113 endRange = -1; in reset()
116 endRange = set->getRangeCount() - 1; in reset()
122 if (endRange >= 0) { in reset()
/external/webkit/WebCore/editing/
DIndentOutdentCommand.cpp192 …RefPtr<Range> endRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), e… in indentRegion() local
193 if (startRange && endRange) in indentRegion()
194 … setEndingSelection(Selection(startRange->startPosition(), endRange->startPosition(), DOWNSTREAM)); in indentRegion()
DApplyStyleCommand.cpp437 …RefPtr<Range> endRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleEnd… in applyBlockStyle() local
439 int endIndex = TextIterator::rangeLength(endRange.get(), true); in applyBlockStyle()
463endRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), endIndex, 0, tru… in applyBlockStyle()
464 if (startRange && endRange) in applyBlockStyle()
465 updateStartEnd(startRange->startPosition(), endRange->startPosition()); in applyBlockStyle()
DCompositeEditCommand.cpp765 …RefPtr<Range> endRange = Range::create(document(), rangeCompliantEquivalent(startOfParagraphToMove… in moveParagraphs() local
766 endIndex = TextIterator::rangeLength(endRange.get(), true); in moveParagraphs()
/external/icu4c/common/unicode/
Dusetiter.h256 int32_t endRange; variable