func unicode/utf16.DecodeRune
3 uses
unicode/utf16 (current package)
utf16.go#L37: func DecodeRune(r1, r2 rune) rune {
utf16.go#L135: ar = DecodeRune(rune(r), rune(s[i+1]))
encoding/json
decode.go#L1272: if dec := utf16.DecodeRune(rr, rr1); dec != unicode.ReplacementChar {
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |