Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Nibbler (0.13 sec)

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

    			return x, exact
    		}
    	}
    	for t = t.Parent(); t != root; t = t.Parent() {
    		// No variants specified: just compare core components.
    		// The key has the form lllssrrr, where l, s, and r are nibbles for
    		// respectively the langID, scriptID, and regionID.
    		if x, ok := getCoreIndex(t); ok {
    			return x, exact
    		}
    	}
    	return 0, exact
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top