Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for u55b6 (0.03 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"two_men_holding_hands":                "\U0001f46c",
    	"two_women_holding_hands":              "\U0001f46d",
    	"u5272":                                "\U0001f239",
    	"u5408":                                "\U0001f234",
    	"u55b6":                                "\U0001f23a",
    	"u6307":                                "\U0001f22f",
    	"u6708":                                "\U0001f237\ufe0f",
    	"u6709":                                "\U0001f236",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. src/runtime/string_test.go

    	b.ResetTimer()
    	for i := 0; i < b.N; i++ {
    		if a1 != a2 {
    			b.Fatal("not equal")
    		}
    	}
    }
    
    func TestStringW(t *testing.T) {
    	strings := []string{
    		"hello",
    		"a\u5566\u7788b",
    	}
    
    	for _, s := range strings {
    		var b []uint16
    		for _, c := range s {
    			b = append(b, uint16(c))
    			if c != rune(uint16(c)) {
    				t.Errorf("bad test: stringW can't handle >16 bit runes")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 13 14:05:23 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F239         ; mapped                 ; 5272          # 6.0  SQUARED CJK UNIFIED IDEOGRAPH-5272
    1F23A         ; mapped                 ; 55B6          # 6.0  SQUARED CJK UNIFIED IDEOGRAPH-55B6
    1F23B         ; mapped                 ; 914D          # 9.0  SQUARED CJK UNIFIED IDEOGRAPH-914D
    1F23C..1F23F  ; disallowed                             # NA   <reserved-1F23C>..<reserved-1F23F>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top