Searched refs:testRange (Results 1 – 7 of 7) sorted by relevance
174 …RefPtr<Range> testRange = Range::create(scope.document(), const_cast<Node*>(&scope), 0, range.star… in create() local175 ASSERT(testRange->startContainer() == &scope); in create()176 size_t start = TextIterator::rangeLength(testRange.get()); in create()178 testRange->setEnd(range.endContainer(), range.endOffset(), IGNORE_EXCEPTION); in create()179 ASSERT(testRange->startContainer() == &scope); in create()180 size_t end = TextIterator::rangeLength(testRange.get()); in create()
113 @Test public void testRange() throws Exception { in testRange() method in TestNFAConstruction
226 public void testRange() { in testRange() method in ContiguousSetTest
531 inline bool testRange(unsigned int i, unsigned int n) in testRange() function
172 if (bits[f].testRange(reg, size)) in occupy()