github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/gowrap/wrapbuiltin/wrap_unicode_utf8.go (about)

     1  // Generated file, do not edit.
     2  
     3  package wrapbuiltin
     4  
     5  import (
     6  	"reflect"
     7  
     8  	"neugram.io/ng/eval/gowrap"
     9  
    10  	wrap_unicode_utf8 "unicode/utf8"
    11  )
    12  
    13  var pkg_wrap_unicode_utf8 = &gowrap.Pkg{
    14  	Exports: map[string]reflect.Value{
    15  
    16  		"DecodeLastRune":         reflect.ValueOf(wrap_unicode_utf8.DecodeLastRune),
    17  		"DecodeLastRuneInString": reflect.ValueOf(wrap_unicode_utf8.DecodeLastRuneInString),
    18  		"DecodeRune":             reflect.ValueOf(wrap_unicode_utf8.DecodeRune),
    19  		"DecodeRuneInString":     reflect.ValueOf(wrap_unicode_utf8.DecodeRuneInString),
    20  		"EncodeRune":             reflect.ValueOf(wrap_unicode_utf8.EncodeRune),
    21  		"FullRune":               reflect.ValueOf(wrap_unicode_utf8.FullRune),
    22  		"FullRuneInString":       reflect.ValueOf(wrap_unicode_utf8.FullRuneInString),
    23  		"MaxRune":                reflect.ValueOf(wrap_unicode_utf8.MaxRune),
    24  		"RuneCount":              reflect.ValueOf(wrap_unicode_utf8.RuneCount),
    25  		"RuneCountInString":      reflect.ValueOf(wrap_unicode_utf8.RuneCountInString),
    26  		"RuneError":              reflect.ValueOf(wrap_unicode_utf8.RuneError),
    27  		"RuneLen":                reflect.ValueOf(wrap_unicode_utf8.RuneLen),
    28  		"RuneSelf":               reflect.ValueOf(wrap_unicode_utf8.RuneSelf),
    29  		"RuneStart":              reflect.ValueOf(wrap_unicode_utf8.RuneStart),
    30  		"UTFMax":                 reflect.ValueOf(wrap_unicode_utf8.UTFMax),
    31  		"Valid":                  reflect.ValueOf(wrap_unicode_utf8.Valid),
    32  		"ValidRune":              reflect.ValueOf(wrap_unicode_utf8.ValidRune),
    33  		"ValidString":            reflect.ValueOf(wrap_unicode_utf8.ValidString),
    34  	},
    35  }
    36  
    37  func init() {
    38  	if gowrap.Pkgs["unicode/utf8"] == nil {
    39  		gowrap.Pkgs["unicode/utf8"] = pkg_wrap_unicode_utf8
    40  	}
    41  }