kubernetes/vendor/golang.org/x/text/encoding/japanese/shiftjis.go

var ShiftJIS

var shiftJIS

type shiftJISDecoder

func (shiftJISDecoder) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {}

type shiftJISEncoder

func (shiftJISEncoder) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {}