Home
last modified time | relevance | path

Searched defs:normCompacter (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dtriegen.go22 type normCompacter struct { struct
23 sparseBlocks [][]uint64
24 sparseOffset []uint16
25 sparseCount int
26 name string
61 func (c *normCompacter) Size(v []uint64) (sz int, ok bool) {
68 func (c *normCompacter) Store(v []uint64) uint32 {
76 func (c *normCompacter) Handler() string {
80 func (c *normCompacter) Print(w io.Writer) (retErr error) {