Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Regional_Indicator (0.25 sec)

  1. src/unicode/script_test.go

    	{0x216F, "Other_Uppercase"},
    	{0x0027, "Pattern_Syntax"},
    	{0x0020, "Pattern_White_Space"},
    	{0x06DD, "Prepended_Concatenation_Mark"},
    	{0x300D, "Quotation_Mark"},
    	{0x2EF3, "Radical"},
    	{0x1f1ff, "Regional_Indicator"},
    	{0x061F, "STerm"}, // Deprecated alias of Sentence_Terminal
    	{0x061F, "Sentence_Terminal"},
    	{0x2071, "Soft_Dotted"},
    	{0x003A, "Terminal_Punctuation"},
    	{0x9FC3, "Unified_Ideograph"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 14:09:01 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  2. api/go1.10.txt

    pkg time, func LoadLocationFromTZData(string, []uint8) (*Location, error)
    pkg unicode, const Version = "10.0.0"
    pkg unicode, var Masaram_Gondi *RangeTable
    pkg unicode, var Nushu *RangeTable
    pkg unicode, var Regional_Indicator *RangeTable
    pkg unicode, var Soyombo *RangeTable
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  3. src/unicode/tables.go

    	Radical                            = _Radical                            // Radical is the set of Unicode characters with property Radical.
    	Regional_Indicator                 = _Regional_Indicator                 // Regional_Indicator is the set of Unicode characters with property Regional_Indicator.
    	STerm                              = _Sentence_Terminal                  // STerm is an alias for Sentence_Terminal.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Range32.Lo", Field, 0},
    		{"Range32.Stride", Field, 0},
    		{"RangeTable", Type, 0},
    		{"RangeTable.LatinOffset", Field, 1},
    		{"RangeTable.R16", Field, 0},
    		{"RangeTable.R32", Field, 0},
    		{"Regional_Indicator", Var, 10},
    		{"Rejang", Var, 0},
    		{"ReplacementChar", Const, 0},
    		{"Runic", Var, 0},
    		{"S", Var, 0},
    		{"STerm", Var, 0},
    		{"Samaritan", Var, 0},
    		{"Saurashtra", Var, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top