Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Prepended_Concatenation_Mark (0.39 sec)

  1. src/unicode/script_test.go

    	{0x212E, "Other_ID_Start"},
    	{0x2094, "Other_Lowercase"},
    	{0x2040, "Other_Math"},
    	{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"},
    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. src/go/internal/gccgoimporter/testdata/unicode.gox

    var Pau_Cin_Hau <type 1>;
    var Pc <type 1>;
    var Pd <type 1>;
    var Pe <type 1>;
    var Pf <type 1>;
    var Phags_Pa <type 1>;
    var Phoenician <type 1>;
    var Pi <type 1>;
    var Po <type 1>;
    var Prepended_Concatenation_Mark <type 1>;
    var PrintRanges <type 25 [] <type 26 *<type 2>>>;
    var Properties <type 27 map [<type -16>] <type 1>>;
    var Ps <type 1>;
    var Psalter_Pahlavi <type 1>;
    var Punct <type 1>;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 7.3K bytes
    - Viewed (0)
  3. api/go1.7.txt

    pkg unicode, var Adlam *RangeTable
    pkg unicode, var Bhaiksuki *RangeTable
    pkg unicode, var Marchen *RangeTable
    pkg unicode, var Newa *RangeTable
    pkg unicode, var Osage *RangeTable
    pkg unicode, var Prepended_Concatenation_Mark *RangeTable
    pkg unicode, var Sentence_Terminal *RangeTable
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 28 15:08:11 UTC 2016
    - 13.6K bytes
    - Viewed (0)
  4. src/unicode/tables.go

    	Prepended_Concatenation_Mark       = _Prepended_Concatenation_Mark       // Prepended_Concatenation_Mark is the set of Unicode characters with property Prepended_Concatenation_Mark.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Pc", Var, 0},
    		{"Pd", Var, 0},
    		{"Pe", Var, 0},
    		{"Pf", Var, 0},
    		{"Phags_Pa", Var, 0},
    		{"Phoenician", Var, 0},
    		{"Pi", Var, 0},
    		{"Po", Var, 0},
    		{"Prepended_Concatenation_Mark", Var, 7},
    		{"PrintRanges", Var, 0},
    		{"Properties", Var, 0},
    		{"Ps", Var, 0},
    		{"Psalter_Pahlavi", Var, 4},
    		{"Punct", Var, 0},
    		{"Quotation_Mark", 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