Searched refs:endRange (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dusetiter.cpp53 if (range < endRange) {
85 if (range < endRange) {
113 endRange = -1;
116 endRange = set->getRangeCount() - 1;
122 if (endRange >= 0) {
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGParserUtilities.cpp327 unsigned endRange = 0; local
336 endRange = (endRange << 4) | toASCIIHexValue(*ptr);
344 range.second = endRange;
349 unsigned endRange = startRange; local
357 endRange = (endRange << 4) | 0xF;
365 range.second = endRange;
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dusetiter.h256 int32_t endRange; member in class:UnicodeSetIterator
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DApplyStyleCommand.cpp268 RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent()); local
270 int endIndex = TextIterator::rangeLength(endRange.get(), true);
300 endRange = TextIterator::rangeFromLocationAndLength(toContainerNode(scope), endIndex, 0, true);
301 if (startRange && endRange)
302 updateStartEnd(startRange->startPosition(), endRange->startPosition());
H A DCompositeEditCommand.cpp1182 RefPtr<Range> endRange = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), visibleEnd.deepEquivalent().parentAnchoredEquivalent()); local
1183 endIndex = TextIterator::rangeLength(endRange.get(), true);
/macosx-10.9.5/vim-53/src/
H A Dgui_mac.c1007 long endRange; // end of selection range (if line < 0) member in struct:SelectionRange
1015 startRange and endRange to select the specified characters. Scroll
1017 endRange are all negative, there is no selection range specified.
1155 goto_byte(thePosition.endRange);

Completed in 193 milliseconds