func unicode/utf16.IsSurrogate

2 uses

	unicode/utf16 (current package)
		utf16.go#L30: func IsSurrogate(r rune) bool {

	encoding/json
		decode.go#L1270: 				if utf16.IsSurrogate(rr) {