Searched defs:WordDecoder (Results 1 – 2 of 2) sorted by relevance
187 type WordDecoder struct { struct194 CharsetReader func(charset string, input io.Reader) (io.Reader, error)198 func (d *WordDecoder) Decode(word string) (string, error) {230 func (d *WordDecoder) DecodeHeader(header string) (string, error) {315 func (d *WordDecoder) convert(buf *strings.Builder, charset string, content []byte) error {
250 WordDecoder *mime.WordDecoder member