Searched refs:utfDecoder (Results 1 – 1 of 1) sorted by relevance
23 …utfDecoder = new ByteUtf8Decoder(x => ApplicationExtensions.InvokeInUIThread(() => vt100decoder.Fe… in TerminalIOSource()49 utfDecoder.Feed(b); in Write()67 private readonly ByteUtf8Decoder utfDecoder; field in Antmicro.Renode.UI.TerminalIOSource