Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DBufferRecycler.java124 final int DEF_SIZE = byteBufferLength(ix); in allocByteBuffer() local
125 if (minSize < DEF_SIZE) { in allocByteBuffer()
126 minSize = DEF_SIZE; in allocByteBuffer()
150 final int DEF_SIZE = charBufferLength(ix); in allocCharBuffer() local
151 if (minSize < DEF_SIZE) { in allocCharBuffer()
152 minSize = DEF_SIZE; in allocCharBuffer()