Home
last modified time | relevance | path

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

/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DBrotliInputStream.cs112 Org.Brotli.Dec.Decode.SetCustomDictionary(state, customDictionary); in BrotliInputStream()
H A DDecode.cs655 internal static void SetCustomDictionary(Org.Brotli.Dec.State state, byte[] data) in SetCustomDictionary() method in Org.Brotli.Dec.Decode