Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 0_7071 (0.11 sec)

  1. src/unicode/tables.go

    		{0x1fbe, 0x1fc2, 4},
    		{0x1fc3, 0x1fc4, 1},
    		{0x1fc6, 0x1fcc, 1},
    		{0x1fd0, 0x1fd3, 1},
    		{0x1fd6, 0x1fdb, 1},
    		{0x1fe0, 0x1fec, 1},
    		{0x1ff2, 0x1ff4, 1},
    		{0x1ff6, 0x1ffc, 1},
    		{0x2071, 0x207f, 14},
    		{0x2090, 0x209c, 1},
    		{0x2102, 0x2107, 5},
    		{0x210a, 0x2113, 1},
    		{0x2115, 0x2119, 4},
    		{0x211a, 0x211d, 1},
    		{0x2124, 0x212a, 2},
    		{0x212b, 0x212d, 1},
    		{0x212f, 0x2139, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go

    	0x6cd: 0x000c, 0x6d1: 0x000c,
    	0x6d2: 0x000c, 0x6d3: 0x000c, 0x6d4: 0x000c, 0x6d5: 0x000c, 0x6d6: 0x000c, 0x6d7: 0x000c,
    	0x6e2: 0x000c, 0x6e3: 0x000c,
    	// Block 0x1c, offset 0x700
    	0x701: 0x000c,
    	0x73c: 0x000c,
    	// Block 0x1d, offset 0x740
    	0x741: 0x000c, 0x742: 0x000c, 0x743: 0x000c, 0x744: 0x000c,
    	0x74d: 0x000c,
    	0x762: 0x000c, 0x763: 0x000c,
    	0x772: 0x0004, 0x773: 0x0004,
    	0x77b: 0x0004,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 118.9K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go

    	0x4064: 0x000b, 0x4065: 0x000b, 0x4066: 0x000b, 0x4067: 0x000b, 0x4068: 0x000b, 0x4069: 0x000b,
    	0x406a: 0x000b, 0x406b: 0x000b, 0x406c: 0x000b, 0x406d: 0x000b, 0x406e: 0x000b, 0x406f: 0x000b,
    	0x4070: 0x000b, 0x4071: 0x000b, 0x4072: 0x000b, 0x4073: 0x000b, 0x4074: 0x000b, 0x4075: 0x000b,
    	0x4076: 0x000b, 0x4077: 0x000b, 0x4078: 0x000b, 0x4079: 0x000b, 0x407a: 0x000b, 0x407b: 0x000b,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 127.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    // altRegionIDs holds a list of regionIDs the positions of which match those
    // of the 3-letter ISO codes in altRegionISO3.
    // Size: 22 bytes, 11 elements
    var altRegionIDs = [11]uint16{
    	0x0058, 0x0071, 0x0089, 0x00a9, 0x00ab, 0x00ae, 0x00eb, 0x0106,
    	0x0122, 0x0160, 0x00dd,
    }
    
    // Size: 80 bytes, 20 elements
    var regionOldMap = [20]FromTo{
    	0:  {From: 0x44, To: 0xc5},
    	1:  {From: 0x59, To: 0xa8},
    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