func unicode/utf16.Decode

2 uses

	unicode/utf16 (current package)
		utf16.go#L88: func Decode(s []uint16) []rune {

	encoding/asn1
		asn1.go#L505: 	return string(utf16.Decode(s)), nil