Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DTransformTest.java39 Transform.transformDictionaryWord( in testTrimAll()
49 Transform.transformDictionaryWord( in testCapitalize()
64 offset += Transform.transformDictionaryWord( in testAllTransforms()
DTransform.java55 static int transformDictionaryWord(byte[] dst, int dstOffset, ByteBuffer data, int wordOffset, in transformDictionaryWord() method in Transform
DDecode.java939 int len = Transform.transformDictionaryWord(ringBuffer, s.pos, in decompress()
/external/brotli/js/
Ddecode.js980 …var /** !number */ len = transformDictionaryWord(ringBuffer, s.pos, DICTIONARY_DATA, offset, s.cop…
1083 function transformDictionaryWord(dst, dstOffset, data, wordOffset, len, transformIndex) { function in BrotliDecodeClosure