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