Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance
133 int count2 = 0; in testBeamer() local137 ++count2; in testBeamer()140 assertTrue("count1 = " + count + " count2 = " + count2, count == count2); in testBeamer()
604 sal_Int32 count2 = std::max< sal_Int32 >( in makeRelative() local607 for (; i < std::min(count1, count2) - 1; ++i) { in makeRelative()645 if (i < count2 - 1 in makeRelative()646 || (uriReference->getPathSegment(count2 - 1).getLength() in makeRelative()657 for (; i < count2; ++i) { in makeRelative()
Completed in 26 milliseconds