Home
last modified time | relevance | path

Searched refs:endRange (Results 1 – 6 of 6) 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/Source/WebCore/svg/
DSVGParserUtilities.cpp275 unsigned endRange = 0; in parseUnicodeRange() local
284 endRange = (endRange << 4) | toASCIIHexValue(*ptr); in parseUnicodeRange()
292 range.second = endRange; in parseUnicodeRange()
297 unsigned endRange = startRange; in parseUnicodeRange() local
305 endRange = (endRange << 4) | 0xF; in parseUnicodeRange()
313 range.second = endRange; in parseUnicodeRange()
/external/webkit/Source/WebCore/editing/
DApplyBlockElementCommand.cpp90 …RefPtr<Range> endRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), e… in doApply() local
91 if (startRange && endRange) in doApply()
92 …setEndingSelection(VisibleSelection(startRange->startPosition(), endRange->startPosition(), DOWNST… in doApply()
DApplyStyleCommand.cpp259 …RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEqui… in applyBlockStyle() local
261 int endIndex = TextIterator::rangeLength(endRange.get(), true); in applyBlockStyle()
291endRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), endIndex, 0, tru… in applyBlockStyle()
292 if (startRange && endRange) in applyBlockStyle()
293 updateStartEnd(startRange->startPosition(), endRange->startPosition()); in applyBlockStyle()
DCompositeEditCommand.cpp944 …RefPtr<Range> endRange = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentA… in moveParagraphs() local
945 endIndex = TextIterator::rangeLength(endRange.get(), true); in moveParagraphs()
/external/icu4c/common/unicode/
Dusetiter.h256 int32_t endRange; variable