Searched defs:newCount (Results 1 – 4 of 4) sorted by relevance
93 int newCount = ((value.length >> 1) + value.length) + 2; in enlargeBuffer() local101 int newCount = count + 4; in appendNull() local112 int newCount = count + chars.length; in append0() local122 int newCount = count + length; in append0() local143 int newCount = count + length; in append0() local160 int newCount = count + length; in append0() local385 int newCount; in move() local
54 int newCount = 0; in toLowerCase() local
660 int newCount = (int) ((currentPos + count > eof) ? eof - currentPos : count); in skipBytes() local
831 int newCount = elementCount - (end - start); in removeRange() local