Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for maxScript (0.19 sec)

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

    		if !sameGroup {
    			return
    		}
    	}
    	if c == Exact && have.maxScript == maxScript {
    		// If there is another language and then another entry of this language,
    		// don't pin anything, otherwise pin the language.
    		m.pinLanguage = pin
    	}
    	if equalsRest(have.tag, tag) {
    	} else if have.maxScript != maxScript {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/language.go

    			}
    		}
    		return t
    	}
    	if t.LangID != 0 {
    		if t.RegionID != 0 {
    			maxScript := t.ScriptID
    			if maxScript == 0 {
    				max, _ := addTags(t)
    				maxScript = max.ScriptID
    			}
    
    			for i := range parents {
    				if Language(parents[i].lang) == t.LangID && Script(parents[i].maxScript) == maxScript {
    					for _, r := range parents[i].fromRegion {
    						if Region(r) == t.RegionID {
    							return Tag{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	1: {lang: 0x139, script: 0x0, maxScript: 0x5b, toRegion: 0x1a, fromRegion: []uint16{0x2e, 0x4e, 0x61, 0x64, 0x73, 0xda, 0x10d, 0x110}},
    	2: {lang: 0x13e, script: 0x0, maxScript: 0x5b, toRegion: 0x1f, fromRegion: []uint16{0x2c, 0x3f, 0x41, 0x48, 0x51, 0x54, 0x57, 0x5a, 0x66, 0x6a, 0x8a, 0x90, 0xd0, 0xd9, 0xe3, 0xe5, 0xed, 0xf2, 0x11b, 0x136, 0x137, 0x13c}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
Back to top