summaryrefslogtreecommitdiff
path: root/lib/unictype/combiningclass_byname.gperf
blob: b7d5f608366869d718c07f5da420c831615f197e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* Categories of Unicode characters.
   Copyright (C) 2011-2022 Free Software Foundation, Inc.

   This file is free software.
   It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+".
   You can redistribute it and/or modify it under either
     - the terms of the GNU Lesser General Public License as published
       by the Free Software Foundation; either version 3, or (at your
       option) any later version, or
     - the terms of the GNU General Public License as published by the
       Free Software Foundation; either version 2, or (at your option)
       any later version, or
     - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+".

   This file is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License and the GNU General Public License
   for more details.

   You should have received a copy of the GNU Lesser General Public
   License and of the GNU General Public License along with this
   program.  If not, see <https://www.gnu.org/licenses/>.  */

struct named_combining_class { int name; int combining_class; };
%struct-type
%ignore-case
%language=ANSI-C
%define hash-function-name combining_class_hash
%define lookup-function-name uc_combining_class_lookup
%readonly-tables
%global-table
%define word-array-name combining_class_names
%pic
%define string-pool-name combining_class_stringpool
%%
NR, UC_CCC_NR
OV, UC_CCC_OV
NK, UC_CCC_NK
KV, UC_CCC_KV
VR, UC_CCC_VR
ATBL, UC_CCC_ATBL
ATB, UC_CCC_ATB
ATA, UC_CCC_ATA
ATAR, UC_CCC_ATAR
BL, UC_CCC_BL
B, UC_CCC_B
BR, UC_CCC_BR
L, UC_CCC_L
R, UC_CCC_R
AL, UC_CCC_AL
A, UC_CCC_A
AR, UC_CCC_AR
DB, UC_CCC_DB
DA, UC_CCC_DA
IS, UC_CCC_IS
Not Reordered, UC_CCC_NR
NotReordered, UC_CCC_NR
Overlay, UC_CCC_OV
Nukta, UC_CCC_NK
Kana Voicing, UC_CCC_KV
KanaVoicing, UC_CCC_KV
Virama, UC_CCC_VR
Attached Below Left, UC_CCC_ATBL
AttachedBelowLeft, UC_CCC_ATBL
Attached Below, UC_CCC_ATB
AttachedBelow, UC_CCC_ATB
Attached Above, UC_CCC_ATA
AttachedAbove, UC_CCC_ATA
Attached Above Right, UC_CCC_ATAR
AttachedAboveRight, UC_CCC_ATAR
Below Left, UC_CCC_BL
BelowLeft, UC_CCC_BL
Below, UC_CCC_B
Below Right, UC_CCC_BR
BelowRight, UC_CCC_BR
Left, UC_CCC_L
Right, UC_CCC_R
Above Left, UC_CCC_AL
AboveLeft, UC_CCC_AL
Above, UC_CCC_A
Above Right, UC_CCC_AR
AboveRight, UC_CCC_AR
Double Below, UC_CCC_DB
DoubleBelow, UC_CCC_DB
Double Above, UC_CCC_DA
DoubleAbove, UC_CCC_DA
Iota Subscript, UC_CCC_IS
IotaSubscript, UC_CCC_IS