Home
last modified time | relevance | path

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

/art/test/082-inline-execute/src/junit/framework/
DComparisonCompactor.java17 private int fSuffix; field in ComparisonCompactor
40 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()
43 if (fSuffix > 0) in compactString()
64 fSuffix= fExpected.length() - expectedSuffix; in findCommonSuffix()
72 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix()
73 …return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix in computeCommonSuffix()
/art/test/021-string2/src/junit/framework/
DComparisonCompactor.java17 private int fSuffix; field in ComparisonCompactor
40 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END; in compactString()
43 if (fSuffix > 0) in compactString()
64 fSuffix= fExpected.length() - expectedSuffix; in findCommonSuffix()
72 int end= Math.min(fExpected.length() - fSuffix + 1 + fContextLength, fExpected.length()); in computeCommonSuffix()
73 …return fExpected.substring(fExpected.length() - fSuffix + 1, end) + (fExpected.length() - fSuffix in computeCommonSuffix()