Searched refs:endRange (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/ |
D | usetiter.cpp | 53 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/ |
D | SVGParserUtilities.cpp | 275 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/ |
D | ApplyBlockElementCommand.cpp | 90 …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()
|
D | ApplyStyleCommand.cpp | 259 …RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEqui… in applyBlockStyle() local 261 int endIndex = TextIterator::rangeLength(endRange.get(), true); in applyBlockStyle() 291 …endRange = 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()
|
D | CompositeEditCommand.cpp | 944 …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/ |
D | usetiter.h | 256 int32_t endRange; variable
|