Home
last modified time | relevance | path

Searched refs:count2 (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DBeamer.java133 int count2 = 0; in testBeamer() local
137 ++count2; in testBeamer()
140 assertTrue("count1 = " + count + " count2 = " + count2, count == count2); in testBeamer()
/aoo4110/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx604 sal_Int32 count2 = std::max< sal_Int32 >( in makeRelative() local
607 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