Searched refs:DEF_SIZE (Results 1 – 1 of 1) sorted by relevance
124 final int DEF_SIZE = byteBufferLength(ix); in allocByteBuffer() local125 if (minSize < DEF_SIZE) { in allocByteBuffer()126 minSize = DEF_SIZE; in allocByteBuffer()150 final int DEF_SIZE = charBufferLength(ix); in allocCharBuffer() local151 if (minSize < DEF_SIZE) { in allocCharBuffer()152 minSize = DEF_SIZE; in allocCharBuffer()