Home
last modified time | relevance | path

Searched refs:idnaTrie (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/golang.org/x/net/idna/
Dtrie.go48 var trie = &idnaTrie{}
Dtables.go380 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{} struct
550 func newIdnaTrie(i int) *idnaTrie {
551 return &idnaTrie{}
555 func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { argument
Didna.go156 trie *idnaTrie