Home
last modified time | relevance | path

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

/art/test/021-string2/src/junit/framework/
DComparisonCompactor.java58 int expectedSuffix= fExpected.length() - 1; in findCommonSuffix() local
60 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()
/art/test/082-inline-execute/src/junit/framework/
DComparisonCompactor.java58 int expectedSuffix= fExpected.length() - 1; in findCommonSuffix() local
60 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()