github.com/switchupcb/yaegi@v0.10.2/stdlib/go1_17_unicode_utf16.go (about) 1 // Code generated by 'yaegi extract unicode/utf16'. DO NOT EDIT. 2 3 //go:build go1.17 4 // +build go1.17 5 6 package stdlib 7 8 import ( 9 "reflect" 10 "unicode/utf16" 11 ) 12 13 func init() { 14 Symbols["unicode/utf16/utf16"] = map[string]reflect.Value{ 15 // function, constant and variable definitions 16 "Decode": reflect.ValueOf(utf16.Decode), 17 "DecodeRune": reflect.ValueOf(utf16.DecodeRune), 18 "Encode": reflect.ValueOf(utf16.Encode), 19 "EncodeRune": reflect.ValueOf(utf16.EncodeRune), 20 "IsSurrogate": reflect.ValueOf(utf16.IsSurrogate), 21 } 22 }