Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for strToFold (0.14 sec)

  1. src/cmd/vendor/golang.org/x/mod/zip/zip.go

    	} else {
    		return fmt.Sprintf("%s %s: %v", e.verb, e.path, e.err)
    	}
    }
    
    func (e *zipError) Unwrap() error {
    	return e.err
    }
    
    // strToFold returns a string with the property that
    //
    //	strings.EqualFold(s, t) iff strToFold(s) == strToFold(t)
    //
    // This lets us test a large set of strings for fold-equivalent
    // duplicates without making a quadratic number of calls
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 31K bytes
    - Viewed (0)
Back to top