Home
last modified time | relevance | path

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

/art/test/021-string2/src/junit/framework/
DComparisonCompactor.java13 private int fContextLength; field in ComparisonCompactor
20 fContextLength= contextLength; in ComparisonCompactor()
68 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
72 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix()
73 …+ 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "… in computeCommonSuffix()
/art/test/082-inline-execute/src/junit/framework/
DComparisonCompactor.java13 private int fContextLength; field in ComparisonCompactor
20 fContextLength= contextLength; in ComparisonCompactor()
68 …return (fPrefix > fContextLength ? ELLIPSIS : "") + fExpected.substring(Math.max(0, fPrefix - fCon… in computeCommonPrefix()
72 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix()
73 …+ 1, end) + (fExpected.length() - fSuffix + 1 < fExpected.length() - fContextLength ? ELLIPSIS : "… in computeCommonSuffix()