Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for FUNC (0.1 sec)

  1. src/cmd/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10680 bytes (10.43 KiB). Checksum: a555db76d4becdd2.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 46:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    		n -= 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 378.6K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10798 bytes (10.54 KiB). Checksum: b5981cc85e3bd14.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 46:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    		n -= 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 385.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10442 bytes (10.20 KiB). Checksum: 4ba400a9d8208e03.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 45:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 374.3K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10332 bytes (10.09 KiB). Checksum: 51cc525b297fc970.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 44:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 372.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10798 bytes (10.54 KiB). Checksum: b5981cc85e3bd14.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 46:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    		n -= 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 385.8K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go

    	}
    	return 0
    }
    
    // nfcTrie. Total size: 10680 bytes (10.43 KiB). Checksum: a555db76d4becdd2.
    type nfcTrie struct{}
    
    func newNfcTrie(i int) *nfcTrie {
    	return &nfcTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 46:
    		return uint16(nfcValues[n<<6+uint32(b)])
    	default:
    		n -= 46
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 378.6K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/net/idna/tables11.0.0.go

    	}
    	return 0
    }
    
    // idnaTrie. Total size: 29404 bytes (28.71 KiB). Checksum: 848c45acb5f7991c.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 125:
    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 270.5K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/net/idna/tables10.0.0.go

    	}
    	return 0
    }
    
    // idnaTrie. Total size: 29052 bytes (28.37 KiB). Checksum: ef06e7ecc26f36dd.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 125:
    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 267.2K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/net/idna/tables9.0.0.go

    	}
    	return 0
    }
    
    // idnaTrie. Total size: 28600 bytes (27.93 KiB). Checksum: 95575047b5d8fff.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 124:
    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 263.4K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/idna/tables12.0.0.go

    	}
    	return 0
    }
    
    // idnaTrie. Total size: 29708 bytes (29.01 KiB). Checksum: c3ecc76d8fffa6e6.
    type idnaTrie struct{}
    
    func newIdnaTrie(i int) *idnaTrie {
    	return &idnaTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 125:
    		return uint16(idnaValues[n<<6+uint32(b)])
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 273.5K bytes
    - Viewed (0)
Back to top