Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0x0ABC (0.1 sec)

  1. src/encoding/xml/xml.go

    		{0x0A02, 0x0A3C, 0x3A},
    		{0x0A3E, 0x0A3F, 1},
    		{0x0A40, 0x0A42, 1},
    		{0x0A47, 0x0A48, 1},
    		{0x0A4B, 0x0A4D, 1},
    		{0x0A66, 0x0A6F, 1},
    		{0x0A70, 0x0A71, 1},
    		{0x0A81, 0x0A83, 1},
    		{0x0ABC, 0x0ABC, 1},
    		{0x0ABE, 0x0AC5, 1},
    		{0x0AC7, 0x0AC9, 1},
    		{0x0ACB, 0x0ACD, 1},
    		{0x0AE6, 0x0AEF, 1},
    		{0x0B01, 0x0B03, 1},
    		{0x0B3C, 0x0B3C, 1},
    		{0x0B3E, 0x0B43, 1},
    		{0x0B47, 0x0B48, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  2. src/crypto/tls/tls_test.go

    			t.Errorf("%#04x: unexpected CipherSuiteName: got %q, expected %q", c.id, got, cc.Name)
    		}
    	}
    
    	if got := CipherSuiteName(0xabc); got != "0x0ABC" {
    		t.Errorf("unexpected fallback CipherSuiteName: got %q, expected 0x0ABC", got)
    	}
    
    	if len(cipherSuitesPreferenceOrder) != len(cipherSuites) {
    		t.Errorf("cipherSuitesPreferenceOrder is not the same size as cipherSuites")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
Back to top