Searched refs:fContextLength (Results 1 – 1 of 1) sorted by relevance
9 private int fContextLength; field in ComparisonCompactor16 fContextLength= contextLength; in ComparisonCompactor()61 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()65 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix()66 …+ 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "… in computeCommonSuffix()