Searched refs:currentLength (Results 1 – 4 of 4) sorted by relevance
52 final int currentLength = mLength; in add() local53 ensureCapacity(currentLength + 1); in add()54 mArray[currentLength] = val; in add()55 mLength = currentLength + 1; in add()122 final int currentLength = mLength; in append() local123 final int newLength = currentLength + length; in append()125 System.arraycopy(src.mArray, startPos, mArray, currentLength, length); in append()
40 private int currentLength; field in IndentingPrintWriter110 currentLength++; in write()116 currentLength = 0; in write()120 if (wrapLength > 0 && currentLength >= wrapLength - indentLength) { in write()125 currentLength = lineEnd - lineStart; in write()133 currentLength = 0; in write()
3168 final int currentLength = reader.read(buffer, 0, availableLength); in readAsString() local3169 if (currentLength < 0) break; // EOF in readAsString()3171 totalReadLength += currentLength; in readAsString()3172 builder.append(buffer, 0, currentLength); in readAsString()
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...