func unicode/utf16.DecodeRune
4 uses
unicode/utf16 (current package)
utf16.go#L37: func DecodeRune(r1, r2 rune) rune {
utf16.go#L124: ar = DecodeRune(rune(r), rune(s[i+1]))
encoding/json
decode.go#L1261: if dec := utf16.DecodeRune(rr, rr1); dec != unicode.ReplacementChar {
github.com/go-faster/jx
dec_str.go#L276: combined := utf16.DecodeRune(r1, r2)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |