Versions in this module Expand all Collapse all v0 v0.3.0 Dec 14, 2017 v0.2.0 Dec 13, 2017 Changes in this version + type Builder struct + func New(tableName string) *Builder + func (b *Builder) Gen(w *gen.CodeWriter) error + func (b *Builder) GenTestData(w *gen.CodeWriter) error + func (b *Builder) Locale(t language.Tag) *Index + type Element interface + GetCommon func() *cldr.Common + type Index struct + func (i *Index) Index(elem Element, opt ...Option) *Index + func (i *Index) IndexFromAlt(elem Element, opts ...Option) *Index + func (i *Index) IndexFromType(elem Element, opts ...Option) *Index + func (i *Index) IndexWithName(name string, opt ...Option) *Index + func (i *Index) SetValue(key string, value Element, opt ...Option) + type Option func(*options) + func Enum(name string, value ...string) Option + func EnumFunc(name string, rename func(string) string, value ...string) Option + func SharedType() Option + type Tree struct + Buckets []string + Indices []uint16 + Locales []uint32 + func (t *Tree) Lookup(tag int, path ...uint16) string + func (t *Tree) LookupFeature(tag int, path ...uint16) string