Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addIfNew (0.08 sec)

  1. src/cmd/vendor/golang.org/x/text/language/match.go

    			language.Script(alt.haveScript) == s {
    			return language.Script(alt.wantScript)
    		}
    	}
    	return 0
    }
    
    // addIfNew adds a haveTag to the list of tags only if it is a unique tag.
    // Tags that have the same maximized values are linked by index.
    func (h *matchHeader) addIfNew(n haveTag, exact bool) {
    	h.original = h.original || exact
    	// Don't add new exact matches.
    	for _, v := range h.haveTags {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
Back to top