Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newIdnaTrie (0.09 sec)

  1. src/vendor/golang.org/x/net/idna/trie.go

    }
    
    type sparseBlocks struct {
    	values []valueRange
    	offset []uint16
    }
    
    var idnaSparse = sparseBlocks{
    	values: idnaSparseValues[:],
    	offset: idnaSparseOffset[:],
    }
    
    // Don't use newIdnaTrie to avoid unconditional linking in of the table.
    var trie = &idnaTrie{}
    
    // lookup determines the type of block n and looks up the value for b.
    // For n < t.cutoff, the block is a simple lookup table. Otherwise, the block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 13 21:37:23 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top