Searched refs:stripLengths (Results 1 – 1 of 1) sorted by relevance
69 int[] stripLengths = new int[numIndices]; in getFullInfo() local75 stripLengths[length]++; in getFullInfo()83 stripLengths[length]++; in getFullInfo()87 for ( int i =0; i < stripLengths.length; i++) { in getFullInfo()88 if ( stripLengths[i] > 0) { in getFullInfo()89 sb.append(i).append("->").append(stripLengths[i]).append("\n"); in getFullInfo()