Get bidirectional class using lookup table
Unicode property: Bidi_Class
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Unicode.lookupBidiClass.table = Unicode.parseDataTable Unicode.lookupBidiClass.str fun (x x : UInt32) (x : Array Substring) => Unicode.BidiClass.ofAbbrev! x[0]!
Instances For
Get canonical combining class using lookup table
Unicode property: Canonical_Combining_Class
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Unicode.lookupCanonicalCombiningClass.table = Unicode.parseDataTable Unicode.lookupCanonicalCombiningClass.str fun (x x : UInt32) (x : Array Substring) => (x.get! 0).toNat?.get!
Instances For
Get canonical decomposition mapping using lookup table
Unicode properties:
Decomposition_Mapping
Decomposition_Type=Canonical
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Get simple case mappings of a code point using lookup table
Unicode properties:
Simple_Lowercase_Mapping
Simple_Uppercase_Mapping
Simple_Titlecase_Mapping
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Get decomposition mapping using lookup table
Unicode properties:
Decomposition_Mapping
Decomposition_Type
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Get general category of a code point using lookup table
Unicode property: General_Category
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Get name of a code point using lookup table
Unicode property: Name
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Unicode.lookupName.table = Unicode.parseDataTable Unicode.lookupName.str fun (x x : UInt32) (x : Array Substring) => x[0]!
Instances For
Get numeric value of a code point using lookup table
Unicode properties:
Numeric_Type
Numeric_Value
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Properties
Check if code point is alphabetic using lookup table
Unicode property: Alphabetic
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Check if code point is bidi mirrored using lookup table
Unicode property: Bidi_Mirrored
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Check if code point is a cased letter using lookup table
Unicode property: Cased
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Check if code point is a lowercase letter using lookup table
Unicode property: Lowercase
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Check if code point is a mathematical symbol using lookup table
Unicode property: Math
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Check if code point is a titlecase letter using lookup table
Unicode property: Titlecase
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Unicode.lookupTitlecase.str = "01C5;\n01C8;\n01CB;\n01F2;\n1F88;1F8F\n1F98;1F9F\n1FA8;1FAF\n1FBC;\n1FCC;\n1FFC;\n"
Instances For
Instances For
Check if code point is a uppercase letter using lookup table
Unicode property: Uppercase
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Instances For
Check if code point is a white space character using lookup table
Unicode property: White_Space
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Unicode.lookupWhiteSpace.str = "0009;000D\n0020;\n0085;\n00A0;\n1680;\n2000;200A\n2028;\n2029;\n202F;\n205F;\n3000;\n"