Files
moxa/stdlib/go1_14_unicode_utf16.go
2020-02-26 15:06:06 +01:00

22 lines
519 B
Go

// Code generated by 'goexports unicode/utf16'. DO NOT EDIT.
// +build go1.14,!go1.15
package stdlib
import (
"reflect"
"unicode/utf16"
)
func init() {
Symbols["unicode/utf16"] = map[string]reflect.Value{
// function, constant and variable definitions
"Decode": reflect.ValueOf(utf16.Decode),
"DecodeRune": reflect.ValueOf(utf16.DecodeRune),
"Encode": reflect.ValueOf(utf16.Encode),
"EncodeRune": reflect.ValueOf(utf16.EncodeRune),
"IsSurrogate": reflect.ValueOf(utf16.IsSurrogate),
}
}