Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for newCaseTrie (0.23 sec)

  1. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // caseTrie. Total size: 11742 bytes (11.47 KiB). Checksum: 795fe57ee5135873.
    type caseTrie struct{}
    
    func newCaseTrie(i int) *caseTrie {
    	return &caseTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *caseTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 18:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // caseTrie. Total size: 11892 bytes (11.61 KiB). Checksum: c6f15484b7653775.
    type caseTrie struct{}
    
    func newCaseTrie(i int) *caseTrie {
    	return &caseTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *caseTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 18:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/cases/tables11.0.0.go

    	if c0 < 0xF8 { // 4-byte UTF-8
    		return t.lookupValue(uint32(i), s[3])
    	}
    	return 0
    }
    
    // caseTrie. Total size: 12250 bytes (11.96 KiB). Checksum: 53ff6cb7321675e1.
    type caseTrie struct{}
    
    func newCaseTrie(i int) *caseTrie {
    	return &caseTrie{}
    }
    
    // lookupValue determines the type of block n and looks up the value for b.
    func (t *caseTrie) lookupValue(n uint32, b byte) uint16 {
    	switch {
    	case n < 20:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 97.5K bytes
    - Viewed (0)
Back to top