Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Logical_Order_Exception (0.47 sec)

  1. src/unicode/script_test.go

    	{0x30FE, "Extender"},
    	{0xFF46, "Hex_Digit"},
    	{0x2E17, "Hyphen"},
    	{0x2FFB, "IDS_Binary_Operator"},
    	{0x2FF3, "IDS_Trinary_Operator"},
    	{0xFA6A, "Ideographic"},
    	{0x200D, "Join_Control"},
    	{0x0EC4, "Logical_Order_Exception"},
    	{0x2FFFF, "Noncharacter_Code_Point"},
    	{0x065E, "Other_Alphabetic"},
    	{0x2065, "Other_Default_Ignorable_Code_Point"},
    	{0x0BD7, "Other_Grapheme_Extend"},
    	{0x0387, "Other_ID_Continue"},
    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 Lepcha <type 1>;
    var Letter <type 1>;
    var Limbu <type 1>;
    var Linear_A <type 1>;
    var Linear_B <type 1>;
    var Lisu <type 1>;
    var Ll <type 1>;
    var Lm <type 1>;
    var Lo <type 1>;
    var Logical_Order_Exception <type 1>;
    var Lower <type 1>;
    const LowerCase = 1 ;
    var Lt <type 1>;
    var Lu <type 1>;
    var Lycian <type 1>;
    var Lydian <type 1>;
    var M <type 1>;
    var Mahajani <type 1>;
    var Malayalam <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

    	Join_Control                       = _Join_Control                       // Join_Control is the set of Unicode characters with property Join_Control.
    	Logical_Order_Exception            = _Logical_Order_Exception            // Logical_Order_Exception is the set of Unicode characters with property Logical_Order_Exception.
    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

    		{"Letter", Var, 0},
    		{"Limbu", Var, 0},
    		{"Linear_A", Var, 4},
    		{"Linear_B", Var, 0},
    		{"Lisu", Var, 0},
    		{"Ll", Var, 0},
    		{"Lm", Var, 0},
    		{"Lo", Var, 0},
    		{"Logical_Order_Exception", Var, 0},
    		{"Lower", Var, 0},
    		{"LowerCase", Const, 0},
    		{"Lt", Var, 0},
    		{"Lu", Var, 0},
    		{"Lycian", Var, 0},
    		{"Lydian", Var, 0},
    		{"M", Var, 0},
    		{"Mahajani", Var, 4},
    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 Linear_B *RangeTable
    pkg unicode, var Lisu *RangeTable
    pkg unicode, var Ll *RangeTable
    pkg unicode, var Lm *RangeTable
    pkg unicode, var Lo *RangeTable
    pkg unicode, var Logical_Order_Exception *RangeTable
    pkg unicode, var Lower *RangeTable
    pkg unicode, var Lt *RangeTable
    pkg unicode, var Lu *RangeTable
    pkg unicode, var Lycian *RangeTable
    pkg unicode, var Lydian *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