Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for IDS_Binary_Operator (0.29 sec)

  1. src/unicode/script_test.go

    	{0x0046, "ASCII_Hex_Digit"},
    	{0x200F, "Bidi_Control"},
    	{0x2212, "Dash"},
    	{0xE0001, "Deprecated"},
    	{0x00B7, "Diacritic"},
    	{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"},
    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 Gurmukhi <type 1>;
    var Han <type 1>;
    var Hangul <type 1>;
    var Hanunoo <type 1>;
    var Hatran <type 1>;
    var Hebrew <type 1>;
    var Hex_Digit <type 1>;
    var Hiragana <type 1>;
    var Hyphen <type 1>;
    var IDS_Binary_Operator <type 1>;
    var IDS_Trinary_Operator <type 1>;
    var Ideographic <type 1>;
    var Imperial_Aramaic <type 1>;
    func In (r <type -21>, ranges ...<type 22 *<type 2>>) <type -15>;
    var Inherited <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

    	Hyphen                             = _Hyphen                             // Hyphen is the set of Unicode characters with property Hyphen.
    	IDS_Binary_Operator                = _IDS_Binary_Operator                // IDS_Binary_Operator is the set of Unicode characters with property IDS_Binary_Operator.
    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

    		{"Hanifi_Rohingya", Var, 13},
    		{"Hanunoo", Var, 0},
    		{"Hatran", Var, 5},
    		{"Hebrew", Var, 0},
    		{"Hex_Digit", Var, 0},
    		{"Hiragana", Var, 0},
    		{"Hyphen", Var, 0},
    		{"IDS_Binary_Operator", Var, 0},
    		{"IDS_Trinary_Operator", Var, 0},
    		{"Ideographic", Var, 0},
    		{"Imperial_Aramaic", Var, 0},
    		{"In", Func, 2},
    		{"Inherited", Var, 0},
    		{"Inscriptional_Pahlavi", 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 Hanunoo *RangeTable
    pkg unicode, var Hebrew *RangeTable
    pkg unicode, var Hex_Digit *RangeTable
    pkg unicode, var Hiragana *RangeTable
    pkg unicode, var Hyphen *RangeTable
    pkg unicode, var IDS_Binary_Operator *RangeTable
    pkg unicode, var IDS_Trinary_Operator *RangeTable
    pkg unicode, var Ideographic *RangeTable
    pkg unicode, var Imperial_Aramaic *RangeTable
    pkg unicode, var Inherited *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