func unicode/utf16.Decode
3 uses
unicode/utf16 (current package)
utf16.go#L88: func Decode(s []uint16) []rune {
crypto/x509
parser.go#L89: return string(utf16.Decode(s)), nil
encoding/asn1
asn1.go#L505: return string(utf16.Decode(s)), nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)