Searched refs:expectedSuffix (Results 1 – 1 of 1) 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()