Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hhhhhhhh (0.05 sec)

  1. test/codegen/switch.go

    	case "a":
    		return 1
    	case "bb":
    		return 2
    	case "ccc":
    		return 3
    	case "dddd":
    		return 4
    	case "eeeee":
    		return 5
    	case "ffffff":
    		return 6
    	case "ggggggg":
    		return 7
    	case "hhhhhhhh":
    		return 8
    	default:
    		return len(x)
    	}
    }
    
    // Use single-byte ordered comparisons for binary searching strings.
    // See issue 53333.
    func mimetype(ext string) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 18:39:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top