HomeSort by relevance Sort by last modified time
    Searched defs:startRange (Results 1 - 6 of 6) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
TryListBuilder.java 185 TryRange startRange;
189 startRange = ranges.first;
193 TryRange tryRange = startRange;
218 TryRange startRange = null;
227 startRange = tryRange;
235 startRange = tryRange.split(startAddress);
243 startRange = new TryRange(startAddress, endAddress);
244 tryRange.prepend(startRange);
245 return new Pair<TryRange, TryRange>(startRange, startRange);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 361 unsigned startRange = 0;
372 startRange = (startRange << 4) | toASCIIHexValue(*ptr);
398 range.first = startRange;
404 unsigned endRange = startRange;
411 startRange <<= 4;
419 range.first = startRange;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 257 RefPtr<Range> startRange = Range::create(document(), firstPositionInNode(scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
259 int startIndex = TextIterator::rangeLength(startRange.get(), true);
289 startRange = PlainTextRange(startIndex).createRangeForSelection(*toContainerNode(scope));
291 if (startRange && endRange)
292 updateStartEnd(startRange->startPosition(), endRange->startPosition());
    [all...]
CompositeEditCommand.cpp     [all...]
TextIterator.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 187 milliseconds