Home | History | Annotate | Download | only in json

Lines Matching refs:utf16

20 	"unicode/utf16"
1269 if utf16.IsSurrogate(rr) {
1271 if dec := utf16.DecodeRune(rr, rr1); dec != unicode.ReplacementChar {