Searched refs:idnaTrie (Results 1 – 3 of 3) sorted by relevance
48 var trie = &idnaTrie{}
380 func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) {442 func (t *idnaTrie) lookupUnsafe(s []byte) uint16 {465 func (t *idnaTrie) lookupString(s string) (v uint16, sz int) {527 func (t *idnaTrie) lookupStringUnsafe(s string) uint16 {548 type idnaTrie struct{} struct550 func newIdnaTrie(i int) *idnaTrie {551 return &idnaTrie{}555 func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { argument
156 trie *idnaTrie