Searched defs:dictInf (Results 1 – 2 of 2) sorted by relevance
139 …ByteBuffer dictInf = ByteBuffer.wrap(DICTIONARY.getBytes(UTF_8), DICTIONARY_OFFSET, DICTIONARY_LEN… in testHeapByteBuffer() local187 ByteBuffer dictInf = ByteBuffer.allocateDirect(DICTIONARY.length()); in testByteBufferDirect() local
212 ByteBuffer dictDef, ByteBuffer dictInf) throws Throwable { in checkDict()263 ByteBuffer dictInf = ByteBuffer.wrap(dict); in checkDict() local