Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Other_Lowercase (0.22 sec)

  1. src/unicode/script_test.go

    	{0x065E, "Other_Alphabetic"},
    	{0x2065, "Other_Default_Ignorable_Code_Point"},
    	{0x0BD7, "Other_Grapheme_Extend"},
    	{0x0387, "Other_ID_Continue"},
    	{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"},
    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 Other <type 1>;
    var Other_Alphabetic <type 1>;
    var Other_Default_Ignorable_Code_Point <type 1>;
    var Other_Grapheme_Extend <type 1>;
    var Other_ID_Continue <type 1>;
    var Other_ID_Start <type 1>;
    var Other_Lowercase <type 1>;
    var Other_Math <type 1>;
    var Other_Uppercase <type 1>;
    var P <type 1>;
    var Pahawh_Hmong <type 1>;
    var Palmyrene <type 1>;
    var Pattern_Syntax <type 1>;
    var Pattern_White_Space <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. src/unicode/tables.go

    	Other_ID_Start                     = _Other_ID_Start                     // Other_ID_Start is the set of Unicode characters with property Other_ID_Start.
    	Other_Lowercase                    = _Other_Lowercase                    // Other_Lowercase is the set of Unicode characters with property Other_Lowercase.
    	Other_Math                         = _Other_Math                         // Other_Math is the set of Unicode characters with property Other_Math.
    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

    		{"Other_Alphabetic", Var, 0},
    		{"Other_Default_Ignorable_Code_Point", Var, 0},
    		{"Other_Grapheme_Extend", Var, 0},
    		{"Other_ID_Continue", Var, 0},
    		{"Other_ID_Start", Var, 0},
    		{"Other_Lowercase", Var, 0},
    		{"Other_Math", Var, 0},
    		{"Other_Uppercase", Var, 0},
    		{"P", Var, 0},
    		{"Pahawh_Hmong", Var, 4},
    		{"Palmyrene", Var, 4},
    		{"Pattern_Syntax", 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)
  5. api/go1.txt

    pkg unicode, var Other_Grapheme_Extend *RangeTable
    pkg unicode, var Other_ID_Continue *RangeTable
    pkg unicode, var Other_ID_Start *RangeTable
    pkg unicode, var Other_Lowercase *RangeTable
    pkg unicode, var Other_Math *RangeTable
    pkg unicode, var Other_Uppercase *RangeTable
    pkg unicode, var P *RangeTable
    pkg unicode, var Pattern_Syntax *RangeTable
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top