1pub const PROPERTY_NAMES: &'static [(&'static str, &'static str)] = &[
10 ("age", "Age"),
11 ("ahex", "ASCII_Hex_Digit"),
12 ("alpha", "Alphabetic"),
13 ("alphabetic", "Alphabetic"),
14 ("asciihexdigit", "ASCII_Hex_Digit"),
15 ("bc", "Bidi_Class"),
16 ("bidic", "Bidi_Control"),
17 ("bidiclass", "Bidi_Class"),
18 ("bidicontrol", "Bidi_Control"),
19 ("bidim", "Bidi_Mirrored"),
20 ("bidimirrored", "Bidi_Mirrored"),
21 ("bidimirroringglyph", "Bidi_Mirroring_Glyph"),
22 ("bidipairedbracket", "Bidi_Paired_Bracket"),
23 ("bidipairedbrackettype", "Bidi_Paired_Bracket_Type"),
24 ("blk", "Block"),
25 ("block", "Block"),
26 ("bmg", "Bidi_Mirroring_Glyph"),
27 ("bpb", "Bidi_Paired_Bracket"),
28 ("bpt", "Bidi_Paired_Bracket_Type"),
29 ("canonicalcombiningclass", "Canonical_Combining_Class"),
30 ("cased", "Cased"),
31 ("casefolding", "Case_Folding"),
32 ("caseignorable", "Case_Ignorable"),
33 ("ccc", "Canonical_Combining_Class"),
34 ("ce", "Composition_Exclusion"),
35 ("cf", "Case_Folding"),
36 ("changeswhencasefolded", "Changes_When_Casefolded"),
37 ("changeswhencasemapped", "Changes_When_Casemapped"),
38 ("changeswhenlowercased", "Changes_When_Lowercased"),
39 ("changeswhennfkccasefolded", "Changes_When_NFKC_Casefolded"),
40 ("changeswhentitlecased", "Changes_When_Titlecased"),
41 ("changeswhenuppercased", "Changes_When_Uppercased"),
42 ("ci", "Case_Ignorable"),
43 ("cjkaccountingnumeric", "kAccountingNumeric"),
44 ("cjkcompatibilityvariant", "kCompatibilityVariant"),
45 ("cjkiicore", "kIICore"),
46 ("cjkirggsource", "kIRG_GSource"),
47 ("cjkirghsource", "kIRG_HSource"),
48 ("cjkirgjsource", "kIRG_JSource"),
49 ("cjkirgkpsource", "kIRG_KPSource"),
50 ("cjkirgksource", "kIRG_KSource"),
51 ("cjkirgmsource", "kIRG_MSource"),
52 ("cjkirgssource", "kIRG_SSource"),
53 ("cjkirgtsource", "kIRG_TSource"),
54 ("cjkirguksource", "kIRG_UKSource"),
55 ("cjkirgusource", "kIRG_USource"),
56 ("cjkirgvsource", "kIRG_VSource"),
57 ("cjkothernumeric", "kOtherNumeric"),
58 ("cjkprimarynumeric", "kPrimaryNumeric"),
59 ("cjkrsunicode", "kRSUnicode"),
60 ("compex", "Full_Composition_Exclusion"),
61 ("compositionexclusion", "Composition_Exclusion"),
62 ("cwcf", "Changes_When_Casefolded"),
63 ("cwcm", "Changes_When_Casemapped"),
64 ("cwkcf", "Changes_When_NFKC_Casefolded"),
65 ("cwl", "Changes_When_Lowercased"),
66 ("cwt", "Changes_When_Titlecased"),
67 ("cwu", "Changes_When_Uppercased"),
68 ("dash", "Dash"),
69 ("decompositionmapping", "Decomposition_Mapping"),
70 ("decompositiontype", "Decomposition_Type"),
71 ("defaultignorablecodepoint", "Default_Ignorable_Code_Point"),
72 ("dep", "Deprecated"),
73 ("deprecated", "Deprecated"),
74 ("di", "Default_Ignorable_Code_Point"),
75 ("dia", "Diacritic"),
76 ("diacritic", "Diacritic"),
77 ("dm", "Decomposition_Mapping"),
78 ("dt", "Decomposition_Type"),
79 ("ea", "East_Asian_Width"),
80 ("eastasianwidth", "East_Asian_Width"),
81 ("ebase", "Emoji_Modifier_Base"),
82 ("ecomp", "Emoji_Component"),
83 ("emod", "Emoji_Modifier"),
84 ("emoji", "Emoji"),
85 ("emojicomponent", "Emoji_Component"),
86 ("emojimodifier", "Emoji_Modifier"),
87 ("emojimodifierbase", "Emoji_Modifier_Base"),
88 ("emojipresentation", "Emoji_Presentation"),
89 ("epres", "Emoji_Presentation"),
90 ("equideo", "Equivalent_Unified_Ideograph"),
91 ("equivalentunifiedideograph", "Equivalent_Unified_Ideograph"),
92 ("expandsonnfc", "Expands_On_NFC"),
93 ("expandsonnfd", "Expands_On_NFD"),
94 ("expandsonnfkc", "Expands_On_NFKC"),
95 ("expandsonnfkd", "Expands_On_NFKD"),
96 ("ext", "Extender"),
97 ("extendedpictographic", "Extended_Pictographic"),
98 ("extender", "Extender"),
99 ("extpict", "Extended_Pictographic"),
100 ("fcnfkc", "FC_NFKC_Closure"),
101 ("fcnfkcclosure", "FC_NFKC_Closure"),
102 ("fullcompositionexclusion", "Full_Composition_Exclusion"),
103 ("gc", "General_Category"),
104 ("gcb", "Grapheme_Cluster_Break"),
105 ("generalcategory", "General_Category"),
106 ("graphemebase", "Grapheme_Base"),
107 ("graphemeclusterbreak", "Grapheme_Cluster_Break"),
108 ("graphemeextend", "Grapheme_Extend"),
109 ("graphemelink", "Grapheme_Link"),
110 ("grbase", "Grapheme_Base"),
111 ("grext", "Grapheme_Extend"),
112 ("grlink", "Grapheme_Link"),
113 ("hangulsyllabletype", "Hangul_Syllable_Type"),
114 ("hex", "Hex_Digit"),
115 ("hexdigit", "Hex_Digit"),
116 ("hst", "Hangul_Syllable_Type"),
117 ("hyphen", "Hyphen"),
118 ("idc", "ID_Continue"),
119 ("idcompatmathcontinue", "ID_Compat_Math_Continue"),
120 ("idcompatmathstart", "ID_Compat_Math_Start"),
121 ("idcontinue", "ID_Continue"),
122 ("ideo", "Ideographic"),
123 ("ideographic", "Ideographic"),
124 ("ids", "ID_Start"),
125 ("idsb", "IDS_Binary_Operator"),
126 ("idsbinaryoperator", "IDS_Binary_Operator"),
127 ("idst", "IDS_Trinary_Operator"),
128 ("idstart", "ID_Start"),
129 ("idstrinaryoperator", "IDS_Trinary_Operator"),
130 ("idsu", "IDS_Unary_Operator"),
131 ("idsunaryoperator", "IDS_Unary_Operator"),
132 ("incb", "Indic_Conjunct_Break"),
133 ("indicconjunctbreak", "Indic_Conjunct_Break"),
134 ("indicpositionalcategory", "Indic_Positional_Category"),
135 ("indicsyllabiccategory", "Indic_Syllabic_Category"),
136 ("inpc", "Indic_Positional_Category"),
137 ("insc", "Indic_Syllabic_Category"),
138 ("isc", "ISO_Comment"),
139 ("jamoshortname", "Jamo_Short_Name"),
140 ("jg", "Joining_Group"),
141 ("joinc", "Join_Control"),
142 ("joincontrol", "Join_Control"),
143 ("joininggroup", "Joining_Group"),
144 ("joiningtype", "Joining_Type"),
145 ("jsn", "Jamo_Short_Name"),
146 ("jt", "Joining_Type"),
147 ("kaccountingnumeric", "kAccountingNumeric"),
148 ("kcompatibilityvariant", "kCompatibilityVariant"),
149 ("kehcat", "kEH_Cat"),
150 ("kehdesc", "kEH_Desc"),
151 ("kehhg", "kEH_HG"),
152 ("kehifao", "kEH_IFAO"),
153 ("kehjsesh", "kEH_JSesh"),
154 ("kehnomirror", "kEH_NoMirror"),
155 ("kehnorotate", "kEH_NoRotate"),
156 ("kiicore", "kIICore"),
157 ("kirggsource", "kIRG_GSource"),
158 ("kirghsource", "kIRG_HSource"),
159 ("kirgjsource", "kIRG_JSource"),
160 ("kirgkpsource", "kIRG_KPSource"),
161 ("kirgksource", "kIRG_KSource"),
162 ("kirgmsource", "kIRG_MSource"),
163 ("kirgssource", "kIRG_SSource"),
164 ("kirgtsource", "kIRG_TSource"),
165 ("kirguksource", "kIRG_UKSource"),
166 ("kirgusource", "kIRG_USource"),
167 ("kirgvsource", "kIRG_VSource"),
168 ("kothernumeric", "kOtherNumeric"),
169 ("kprimarynumeric", "kPrimaryNumeric"),
170 ("krsunicode", "kRSUnicode"),
171 ("lb", "Line_Break"),
172 ("lc", "Lowercase_Mapping"),
173 ("linebreak", "Line_Break"),
174 ("loe", "Logical_Order_Exception"),
175 ("logicalorderexception", "Logical_Order_Exception"),
176 ("lower", "Lowercase"),
177 ("lowercase", "Lowercase"),
178 ("lowercasemapping", "Lowercase_Mapping"),
179 ("math", "Math"),
180 ("mcm", "Modifier_Combining_Mark"),
181 ("modifiercombiningmark", "Modifier_Combining_Mark"),
182 ("na", "Name"),
183 ("na1", "Unicode_1_Name"),
184 ("name", "Name"),
185 ("namealias", "Name_Alias"),
186 ("nchar", "Noncharacter_Code_Point"),
187 ("nfcqc", "NFC_Quick_Check"),
188 ("nfcquickcheck", "NFC_Quick_Check"),
189 ("nfdqc", "NFD_Quick_Check"),
190 ("nfdquickcheck", "NFD_Quick_Check"),
191 ("nfkccasefold", "NFKC_Casefold"),
192 ("nfkccf", "NFKC_Casefold"),
193 ("nfkcqc", "NFKC_Quick_Check"),
194 ("nfkcquickcheck", "NFKC_Quick_Check"),
195 ("nfkcscf", "NFKC_Simple_Casefold"),
196 ("nfkcsimplecasefold", "NFKC_Simple_Casefold"),
197 ("nfkdqc", "NFKD_Quick_Check"),
198 ("nfkdquickcheck", "NFKD_Quick_Check"),
199 ("noncharactercodepoint", "Noncharacter_Code_Point"),
200 ("nt", "Numeric_Type"),
201 ("numerictype", "Numeric_Type"),
202 ("numericvalue", "Numeric_Value"),
203 ("nv", "Numeric_Value"),
204 ("oalpha", "Other_Alphabetic"),
205 ("ocomment", "ISO_Comment"),
206 ("odi", "Other_Default_Ignorable_Code_Point"),
207 ("ogrext", "Other_Grapheme_Extend"),
208 ("oidc", "Other_ID_Continue"),
209 ("oids", "Other_ID_Start"),
210 ("olower", "Other_Lowercase"),
211 ("omath", "Other_Math"),
212 ("otheralphabetic", "Other_Alphabetic"),
213 ("otherdefaultignorablecodepoint", "Other_Default_Ignorable_Code_Point"),
214 ("othergraphemeextend", "Other_Grapheme_Extend"),
215 ("otheridcontinue", "Other_ID_Continue"),
216 ("otheridstart", "Other_ID_Start"),
217 ("otherlowercase", "Other_Lowercase"),
218 ("othermath", "Other_Math"),
219 ("otheruppercase", "Other_Uppercase"),
220 ("oupper", "Other_Uppercase"),
221 ("patsyn", "Pattern_Syntax"),
222 ("patternsyntax", "Pattern_Syntax"),
223 ("patternwhitespace", "Pattern_White_Space"),
224 ("patws", "Pattern_White_Space"),
225 ("pcm", "Prepended_Concatenation_Mark"),
226 ("prependedconcatenationmark", "Prepended_Concatenation_Mark"),
227 ("qmark", "Quotation_Mark"),
228 ("quotationmark", "Quotation_Mark"),
229 ("radical", "Radical"),
230 ("regionalindicator", "Regional_Indicator"),
231 ("ri", "Regional_Indicator"),
232 ("sb", "Sentence_Break"),
233 ("sc", "Script"),
234 ("scf", "Simple_Case_Folding"),
235 ("script", "Script"),
236 ("scriptextensions", "Script_Extensions"),
237 ("scx", "Script_Extensions"),
238 ("sd", "Soft_Dotted"),
239 ("sentencebreak", "Sentence_Break"),
240 ("sentenceterminal", "Sentence_Terminal"),
241 ("sfc", "Simple_Case_Folding"),
242 ("simplecasefolding", "Simple_Case_Folding"),
243 ("simplelowercasemapping", "Simple_Lowercase_Mapping"),
244 ("simpletitlecasemapping", "Simple_Titlecase_Mapping"),
245 ("simpleuppercasemapping", "Simple_Uppercase_Mapping"),
246 ("slc", "Simple_Lowercase_Mapping"),
247 ("softdotted", "Soft_Dotted"),
248 ("space", "White_Space"),
249 ("stc", "Simple_Titlecase_Mapping"),
250 ("sterm", "Sentence_Terminal"),
251 ("suc", "Simple_Uppercase_Mapping"),
252 ("tc", "Titlecase_Mapping"),
253 ("term", "Terminal_Punctuation"),
254 ("terminalpunctuation", "Terminal_Punctuation"),
255 ("titlecasemapping", "Titlecase_Mapping"),
256 ("uc", "Uppercase_Mapping"),
257 ("uideo", "Unified_Ideograph"),
258 ("unicode1name", "Unicode_1_Name"),
259 ("unicoderadicalstroke", "kRSUnicode"),
260 ("unifiedideograph", "Unified_Ideograph"),
261 ("upper", "Uppercase"),
262 ("uppercase", "Uppercase"),
263 ("uppercasemapping", "Uppercase_Mapping"),
264 ("urs", "kRSUnicode"),
265 ("variationselector", "Variation_Selector"),
266 ("verticalorientation", "Vertical_Orientation"),
267 ("vo", "Vertical_Orientation"),
268 ("vs", "Variation_Selector"),
269 ("wb", "Word_Break"),
270 ("whitespace", "White_Space"),
271 ("wordbreak", "Word_Break"),
272 ("wspace", "White_Space"),
273 ("xidc", "XID_Continue"),
274 ("xidcontinue", "XID_Continue"),
275 ("xids", "XID_Start"),
276 ("xidstart", "XID_Start"),
277 ("xonfc", "Expands_On_NFC"),
278 ("xonfd", "Expands_On_NFD"),
279 ("xonfkc", "Expands_On_NFKC"),
280 ("xonfkd", "Expands_On_NFKD"),
281];