Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DBufferRecycler.java150 final int DEF_SIZE = charBufferLength(ix); in allocCharBuffer()
175 protected int charBufferLength(int ix) { in charBufferLength() method in BufferRecycler