Searched refs:expectedSuffix (Results 1 – 6 of 6) sorted by relevance
58 int expectedSuffix= fExpected.length() - 1; in findCommonSuffix() local60 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()61 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix)) in findCommonSuffix()64 fSuffix= fExpected.length() - expectedSuffix; in findCommonSuffix()
116 int expectedSuffix= fExpected.length() - 1; in findCommonSuffix() local118 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()119 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix)) in findCommonSuffix()122 fSuffix= fExpected.length() - expectedSuffix; in findCommonSuffix()
META-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/ ...
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...