Home
last modified time | relevance | path

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

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