Files
moxa/stdlib/unicode_utf16.go

21 lines
494 B
Go

package stdlib
// Code generated by 'goexports unicode/utf16'. DO NOT EDIT.
import (
"reflect"
"unicode/utf16"
)
func init() {
Value["unicode/utf16"] = map[string]reflect.Value{
"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),
}
Type["unicode/utf16"] = map[string]reflect.Type{}
}