1065 |
|
|
1066 |
/* Layout of the UCP type table that translates property names into types and |
/* Layout of the UCP type table that translates property names into types and |
1067 |
codes. Each entry used to point directly to a name, but to reduce the number of |
codes. Each entry used to point directly to a name, but to reduce the number of |
1068 |
relocations in shared libraries, it now has an offset into a single string |
relocations in shared libraries, it now has an offset into a single string |
1069 |
instead. */ |
instead. */ |
1070 |
|
|
1071 |
typedef struct { |
typedef struct { |
1072 |
pcre_uint16 name_offset; |
pcre_uint16 name_offset; |
1073 |
pcre_uint16 type; |
pcre_uint16 type; |
1074 |
pcre_uint16 value; |
pcre_uint16 value; |
1075 |
} ucp_type_table; |
} ucp_type_table; |