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