Searched refs:allocatedInput (Results 1 – 2 of 2) sorted by relevance
44 private byte[] allocatedInput = null; field in CharsetDecoderICU101 allocatedInput = null; in implReset()187 if (allocatedInput == null || inEnd > allocatedInput.length) { in getArray()188 allocatedInput = new byte[inEnd]; in getArray()192 in.get(allocatedInput, 0, inEnd); in getArray()195 input = allocatedInput; in getArray()
59 private char[] allocatedInput = null; field in CharsetEncoderICU129 allocatedInput = null; in implReset()215 if (allocatedInput == null || inEnd > allocatedInput.length) { in getArray()216 allocatedInput = new char[inEnd]; in getArray()220 in.get(allocatedInput, 0, inEnd); in getArray()223 input = allocatedInput; in getArray()