LeviLamina
Loading...
Searching...
No Matches
UnicodePropertyEnum.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class UnicodePropertyEnum : int {
6 Hyphen = 0,
7 OtherMath = 1,
8 OtherAlphabetic = 2,
9 OtherLowercase = 3,
10 OtherUppercase = 4,
11 OtherGraphemeExtend = 5,
12 OtherDefaultIgnorableCodePoint = 6,
13 OtherIdStart = 7,
14 OtherIdContinue = 8,
15 PrependedConcatenationMark = 9,
16 IdContinue1 = 10,
17 XidStart1 = 11,
18 XidContinue1 = 12,
19 ChangesWhenTitlecased1 = 13,
20 ChangesWhenCasefolded1 = 14,
21 ChangesWhenNfkcCasefolded1 = 15,
22 AsciiHexDigit = 16,
23 BidiControl = 17,
24 Dash = 18,
25 Deprecated = 19,
26 Diacritic = 20,
27 Extender = 21,
28 HexDigit = 22,
29 IdsBinaryOperator = 23,
30 IdsTrinaryOperator = 24,
31 Ideographic = 25,
32 JoinControl = 26,
33 LogicalOrderException = 27,
34 NoncharacterCodePoint = 28,
35 PatternSyntax = 29,
36 PatternWhiteSpace = 30,
37 QuotationMark = 31,
38 Radical = 32,
39 RegionalIndicator = 33,
40 SentenceTerminal = 34,
41 SoftDotted = 35,
42 TerminalPunctuation = 36,
43 UnifiedIdeograph = 37,
44 VariationSelector = 38,
45 WhiteSpace = 39,
46 BidiMirrored = 40,
47 Emoji = 41,
48 EmojiComponent = 42,
49 EmojiModifier = 43,
50 EmojiModifierBase = 44,
51 EmojiPresentation = 45,
52 ExtendedPictographic = 46,
53 DefaultIgnorableCodePoint = 47,
54 IdStart = 48,
55 CaseIgnorable = 49,
56 Ascii = 50,
57 Alphabetic = 51,
58 Any = 52,
59 Assigned = 53,
60 Cased = 54,
61 ChangesWhenCasefolded = 55,
62 ChangesWhenCasemapped = 56,
63 ChangesWhenLowercased = 57,
64 ChangesWhenNfkcCasefolded = 58,
65 ChangesWhenTitlecased = 59,
66 ChangesWhenUppercased = 60,
67 GraphemeBase = 61,
68 GraphemeExtend = 62,
69 IdContinue = 63,
70 Lowercase = 64,
71 Math = 65,
72 Uppercase = 66,
73 XidContinue = 67,
74 XidStart = 68,
75 Cased1 = 69,
76 Count = 70,
77};