Searched refs:expectedSuffix (Results 1 – 1 of 1) sorted by relevance
51 int expectedSuffix= fExpected.length() - 1; in findCommonSuffix() local53 for (; actualSuffix >= fPrefix && expectedSuffix >= fPrefix; actualSuffix--, expectedSuffix--) { in findCommonSuffix()54 if (fExpected.charAt(expectedSuffix) != fActual.charAt(actualSuffix)) in findCommonSuffix()57 fSuffix= fExpected.length() - expectedSuffix; in findCommonSuffix()