func unicode/utf16.DecodeRune
5 uses
unicode/utf16 (current package)
utf16.go#L37: func DecodeRune(r1, r2 rune) rune {
utf16.go#L99: a[n] = DecodeRune(rune(r), rune(s[i+1]))
encoding/json
decode.go#L1269: if dec := utf16.DecodeRune(rr, rr1); dec != unicode.ReplacementChar {
google.golang.org/protobuf/internal/encoding/json
decode_string.go#L70: r = utf16.DecodeRune(r, rune(v))
google.golang.org/protobuf/internal/encoding/text
decode_string.go#L133: r = utf16.DecodeRune(r, rune(v))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |