summaryrefslogtreecommitdiff
path: root/enc/unicode
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-23 07:53:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-23 07:53:35 +0000
commit12b8058661c53ed9f0ce4c399ef26c6586f304c0 ()
tree8f489cd0602f2bb5bb0c14a4b90c513dc4484391 /enc/unicode
parentdf97d4e71440c8da387b865bc88fc1ad06b5dc04 (diff)
update name2ctype.h
* enc/unicode/9.0.0/name2ctype.h: update due to merger of Onigmo 6.0.0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--enc/unicode/9.0.0/name2ctype.h1785
1 files changed, 979 insertions, 806 deletions
@@ -2707,18 +2707,13 @@ static const OnigCodePoint CR_Print[] = {
0x100000, 0x10fffd,
}; /* CR_Print */
-/* 'Punct': [[:Punct:]] */
-static const OnigCodePoint CR_Punct[] = {
- 168,
- 0x0021, 0x0023,
- 0x0025, 0x002a,
- 0x002c, 0x002f,
- 0x003a, 0x003b,
- 0x003f, 0x0040,
- 0x005b, 0x005d,
- 0x005f, 0x005f,
- 0x007b, 0x007b,
- 0x007d, 0x007d,
0x00a1, 0x00a1,
0x00a7, 0x00a7,
0x00ab, 0x00ab,
@@ -2878,7 +2873,7 @@ static const OnigCodePoint CR_Punct[] = {
0x1bc9f, 0x1bc9f,
0x1da87, 0x1da8b,
0x1e95e, 0x1e95f,
-}; /* CR_Punct */
/* 'Space': [[:Space:]] */
static const OnigCodePoint CR_Space[] = {
@@ -4913,6 +4908,179 @@ static const OnigCodePoint CR_ASCII[] = {
0x0000, 0x007f,
}; /* CR_ASCII */
#ifdef USE_UNICODE_PROPERTIES
/* 'Any': - */
static const OnigCodePoint CR_Any[] = {
@@ -32633,13 +32801,14 @@ static const OnigCodePoint* const CodeRanges[] = {
CR_Graph,
CR_Lower,
CR_Print,
- CR_Punct,
CR_Space,
CR_Upper,
CR_XDigit,
CR_Word,
CR_Alnum,
CR_ASCII,
#ifdef USE_UNICODE_PROPERTIES
CR_Any,
CR_Assigned,
@@ -33192,17 +33361,17 @@ struct uniname2ctype_struct {
static const struct uniname2ctype_struct *uniname2ctype_p(const char *, unsigned int);
#ifndef USE_UNICODE_PROPERTIES
-#define TOTAL_KEYWORDS 14
#define MIN_WORD_LENGTH 4
-#define MAX_WORD_LENGTH 6
#define MIN_HASH_VALUE 6
-#define MAX_HASH_VALUE 19
-/* maximum key range = 14, duplicates = 0 */
#else /* USE_UNICODE_PROPERTIES */
#ifndef USE_UNICODE_AGE_PROPERTIES
-#define TOTAL_KEYWORDS 752
#else /* USE_UNICODE_AGE_PROPERTIES */
-#define TOTAL_KEYWORDS 770
#endif /* USE_UNICODE_AGE_PROPERTIES */
#define MIN_WORD_LENGTH 1
#define MAX_WORD_LENGTH 44
@@ -33211,12 +33380,10 @@ static const struct uniname2ctype_struct *uniname2ctype_p(const char *, unsigned
/* maximum key range = 5273, duplicates = 0 */
#endif /* USE_UNICODE_PROPERTIES */
-#ifdef __GNUC__
-__inline
-#else
-#ifdef __cplusplus
inline
-#endif
#endif
static unsigned int
uniname2ctype_hash (str, len)
@@ -33230,19 +33397,19 @@ uniname2ctype_hash (str, len)
#endif /* USE_UNICODE_PROPERTIES */
{
#ifndef USE_UNICODE_PROPERTIES
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 20, 20, 20,
- 20, 20, 20, 20, 20, 20, 20, 3, 11, 5,
- 4, 20, 20, 9, 20, 1, 20, 20, 10, 20,
- 2, 20, 1, 20, 1, 7, 4, 6, 20, 1,
- 4, 20, 20, 20, 20, 20, 20, 20
#else /* USE_UNICODE_PROPERTIES */
5276, 5276, 5276, 5276, 5276, 5276, 5276, 5276, 5276, 5276,
5276, 5276, 5276, 5276, 5276, 5276, 5276, 5276, 5276, 5276,
@@ -33319,10 +33486,11 @@ struct uniname2ctype_pool_t
char uniname2ctype_pool_str13[sizeof("ascii")];
char uniname2ctype_pool_str14[sizeof("cntrl")];
char uniname2ctype_pool_str15[sizeof("space")];
- char uniname2ctype_pool_str16[sizeof("lower")];
- char uniname2ctype_pool_str17[sizeof("graph")];
- char uniname2ctype_pool_str18[sizeof("digit")];
- char uniname2ctype_pool_str19[sizeof("blank")];
#else /* USE_UNICODE_PROPERTIES */
char uniname2ctype_pool_str3[sizeof("n")];
char uniname2ctype_pool_str11[sizeof("mn")];
@@ -34014,6 +34182,7 @@ struct uniname2ctype_pool_t
char uniname2ctype_pool_str2674[sizeof("pauc")];
char uniname2ctype_pool_str2691[sizeof("zp")];
char uniname2ctype_pool_str2692[sizeof("inbamumsupplement")];
char uniname2ctype_pool_str2732[sizeof("graphemeclusterbreak=extend")];
char uniname2ctype_pool_str2733[sizeof("graphemeclusterbreak=prepend")];
char uniname2ctype_pool_str2735[sizeof("inyisyllables")];
@@ -34256,6 +34425,7 @@ static const struct uniname2ctype_pool_t uniname2ctype_pool_contents =
"cntrl",
#ifndef USE_UNICODE_PROPERTIES
"space",
#else /* USE_UNICODE_PROPERTIES */
"taitham",
"thaana",
@@ -34826,6 +34996,7 @@ static const struct uniname2ctype_pool_t uniname2ctype_pool_contents =
"pauc",
"zp",
"inbamumsupplement",
"graphemeclusterbreak=extend",
"graphemeclusterbreak=prepend",
"inyisyllables",
@@ -34940,1326 +35111,1327 @@ uniname2ctype_p (str, len)
{
#ifdef USE_UNICODE_PROPERTIES
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3), 34},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str11), 33},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str15), 30},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str24), 20},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str29), 185},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str30), 60},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str31), 474},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str35), 51},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str36), 114},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str41), 17},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str49), 31},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str52), 128},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str56), 49},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str58), 416},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str59), 32},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str61), 290},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str62), 18},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str65), 168},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str69), 504},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str72), 244},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str77), 297},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str78), 101},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str81), 46},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str82), 47},
{-1}, {-1}, {-1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str86), 14},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str93), 475},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str99), 54},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str102), 22},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str106), 284},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str110), 505},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str114), 407},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str124), 310},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str132), 159},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str140), 440},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str141), 43},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str144), 295},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str145), 445},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str152), 366},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str159), 521},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str164), 120},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str174), 417},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str176), 239},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str185), 26},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str191), 183},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str199), 364},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str200), 151},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str201), 539},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str202), 13},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str207), 447},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str208), 372},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str209), 334},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str211), 24},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str212), 308},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str213), 536},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str214), 529},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str220), 358},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str222), 461},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str237), 152},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str239), 78},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str242), 160},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str247), 92},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str248), 78},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str249), 313},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str251), 321},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str252), 448},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str255), 148},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str256), 503},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str258), 207},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str268), 148},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str270), 170},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str273), 288},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str278), 155},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str279), 75},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str281), 75},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str282), 111},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str284), 305},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str285), 88},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str286), 490},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str288), 155},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str290), 80},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str291), 293},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str294), 487},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str295), 172},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str296), 442},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str299), 318},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str302), 330},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str303), 120},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str305), 499},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str309), 419},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str310), 481},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str313), 282},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str314), 457},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str327), 374},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str331), 124},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str337), 421},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str339), 23},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str340), 109},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str341), 36},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str342), 217},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str344), 109},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str347), 514},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str348), 114},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str355), 28},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str357), 52},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str361), 486},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str366), 150},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str368), 39},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str371), 92},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str374), 185},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str375), 209},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str382), 357},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str386), 316},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str390), 309},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str394), 169},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str400), 123},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str419), 383},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str421), 183},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str422), 170},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str435), 93},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str438), 55},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str440), 537},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str444), 82},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str447), 99},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str448), 201},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str452), 360},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str453), 239},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str455), 88},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str456), 3},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str458), 151},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str460), 82},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str468), 217},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str471), 488},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str472), 493},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str477), 208},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str478), 347},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str485), 65},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str489), 236},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str503), 359},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str504), 506},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str507), 70},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str508), 220},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str509), 25},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str511), 129},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str512), 162},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str513), 534},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str516), 87},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str517), 171},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str519), 327},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str522), 168},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str523), 496},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str530), 223},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str534), 186},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str535), 492},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str537), 37},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str538), 174},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str539), 298},
#ifndef USE_UNICODE_AGE_PROPERTIES
{-1}, {-1}, {-1}, {-1},
#else /* USE_UNICODE_AGE_PROPERTIES */
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str542), 245},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str543), 247},
#endif /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str544), 67},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str545), 296},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str546), 196},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str547), 355},
#ifndef USE_UNICODE_AGE_PROPERTIES
{-1}, {-1}, {-1},
#else /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str548), 257},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str549), 258},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str550), 246},
#endif /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str551), 510},
#ifndef USE_UNICODE_AGE_PROPERTIES
{-1}, {-1},
#else /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str552), 249},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str553), 250},
#endif /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str554), 28},
#ifndef USE_UNICODE_AGE_PROPERTIES
{-1},
#else /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str555), 256},
#endif /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str556), 21},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str557), 106},
#ifndef USE_UNICODE_AGE_PROPERTIES
{-1}, {-1},
#else /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str558), 259},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str559), 248},
#endif /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str560), 349},
#ifndef USE_UNICODE_AGE_PROPERTIES
{-1}, {-1}, {-1}, {-1},
#else /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str561), 262},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str562), 261},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str563), 254},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str564), 255},
#endif /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str565), 513},
#ifndef USE_UNICODE_AGE_PROPERTIES
{-1}, {-1},
#else /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str566), 252},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str567), 260},
#endif /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str568), 331},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str569), 74},
#ifndef USE_UNICODE_AGE_PROPERTIES
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
#else /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str570), 253},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str573), 251},
{-1}, {-1},
#endif /* USE_UNICODE_AGE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str576), 50},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str577), 385},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str579), 337},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str584), 66},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str585), 100},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str589), 207},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str591), 532},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str595), 213},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str604), 210},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str607), 116},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str613), 199},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str621), 320},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str622), 163},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str625), 184},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str627), 340},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str633), 401},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str634), 118},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str636), 197},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str637), 230},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str639), 143},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str640), 143},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str641), 63},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str642), 466},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str645), 201},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str646), 184},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str649), 67},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str652), 19},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str655), 494},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str659), 393},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str663), 523},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str664), 285},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str668), 455},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str677), 549},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str678), 198},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str683), 456},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str684), 468},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str686), 500},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str688), 525},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str690), 205},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str692), 515},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str697), 240},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str698), 205},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str705), 27},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str706), 224},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str712), 406},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str713), 311},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str716), 428},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str717), 200},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str719), 94},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str720), 94},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str721), 105},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str726), 180},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str733), 52},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str734), 302},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str745), 23},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str748), 377},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str755), 131},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str758), 188},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str759), 188},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str761), 223},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str764), 153},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str766), 153},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str773), 105},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str774), 508},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str775), 233},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str776), 227},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str778), 60},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str779), 187},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str780), 484},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str785), 102},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str792), 238},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str793), 64},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str795), 61},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str797), 222},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str803), 221},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str804), 450},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str805), 303},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str811), 458},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str812), 237},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str813), 123},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str814), 35},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str816), 152},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str817), 418},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str828), 181},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str829), 497},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str830), 209},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str834), 98},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str835), 526},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str836), 531},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str847), 113},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str858), 220},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str860), 211},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str865), 342},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str866), 404},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str867), 66},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str872), 287},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str876), 214},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str878), 116},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str890), 195},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str892), 479},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str895), 363},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str900), 113},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str903), 112},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str905), 173},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str906), 131},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str914), 437},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str919), 519},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str922), 71},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str924), 158},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str933), 231},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str936), 218},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str937), 101},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str941), 451},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str943), 238},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str945), 18},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str947), 414},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str956), 227},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str958), 433},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str964), 24},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str965), 36},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str966), 158},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str968), 221},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str973), 204},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str991), 314},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str992), 146},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str997), 35},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str999), 19},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1004), 97},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1009), 538},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1013), 412},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1015), 473},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1017), 213},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1019), 69},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1020), 550},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1036), 235},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1039), 68},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1042), 195},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1047), 365},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1051), 114},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1052), 469},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1053), 535},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1054), 472},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1055), 495},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1058), 373},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1062), 348},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1067), 111},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1068), 106},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1069), 229},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1072), 59},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1073), 424},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1077), 173},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1093), 16},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1095), 237},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1102), 102},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1107), 322},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1110), 480},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1114), 17},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1115), 50},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1116), 225},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1121), 37},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1130), 72},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1131), 465},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1137), 502},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1138), 57},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1139), 157},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1142), 130},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1148), 413},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1150), 300},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1153), 459},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1154), 83},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1155), 180},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1159), 292},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1162), 225},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1163), 280},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1165), 83},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1170), 198},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1173), 354},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1174), 130},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1179), 112},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1180), 343},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1183), 133},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1184), 4},
{-1}, {-1}, {-1}, {-1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1189), 11},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1197), 177},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1200), 68},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1201), 193},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1210), 190},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1223), 432},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1224), 236},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1227), 520},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1229), 190},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1232), 312},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1233), 218},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1239), 370},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1248), 434},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1253), 115},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1261), 415},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1265), 222},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1266), 379},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1272), 368},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1273), 341},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1278), 121},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1281), 405},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1284), 119},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1289), 27},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1290), 135},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1292), 95},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1293), 97},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1299), 69},
{-1}, {-1}, {-1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1303), 6},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1309), 95},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1311), 179},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1313), 336},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1316), 110},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1319), 84},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1322), 110},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1326), 427},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1331), 224},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1332), 189},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1333), 174},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1335), 126},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1338), 219},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1341), 135},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1344), 80},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1346), 43},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1348), 167},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1355), 179},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1360), 541},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1368), 315},
{-1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1370), 5},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1371), 161},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1373), 243},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1378), 39},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1379), 420},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1380), 460},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1388), 41},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1390), 140},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1396), 446},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1398), 522},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1410), 26},
{-1}, {-1}, {-1}, {-1}, {-1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1416), 12},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1418), 45},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1419), 65},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1425), 25},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1429), 444},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1430), 144},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1439), 219},
{-1}, {-1}, {-1}, {-1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1444), 9},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1452), 482},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1472), 362},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1481), 375},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1493), 91},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1502), 202},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1503), 147},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1508), 121},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1509), 63},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1513), 146},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1516), 147},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1517), 511},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1518), 156},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1521), 435},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1524), 91},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1526), 241},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1529), 191},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1536), 115},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1537), 194},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1538), 96},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1540), 449},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1542), 353},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1549), 1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1551), 339},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1553), 464},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1554), 141},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1561), 103},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1563), 453},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1567), 96},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1572), 144},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1573), 202},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1579), 129},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1584), 81},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1586), 193},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1591), 89},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1597), 210},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1598), 409},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1602), 304},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1604), 71},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1607), 160},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1613), 301},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1614), 240},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1619), 81},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1622), 530},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1624), 84},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1625), 463},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1626), 132},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1630), 399},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1637), 49},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1638), 333},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1641), 124},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1645), 229},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1646), 212},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1647), 467},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1650), 162},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1653), 167},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1657), 136},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1659), 228},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1662), 524},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1665), 79},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1666), 125},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1673), 128},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1676), 410},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1677), 396},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1681), 289},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1683), 299},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1688), 540},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1691), 204},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1692), 443},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1694), 21},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1696), 476},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1697), 126},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1698), 477},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1702), 422},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1703), 118},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1706), 441},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1713), 77},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1714), 325},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1715), 319},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1719), 128},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1722), 307},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1723), 197},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1724), 107},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1727), 64},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1733), 426},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1734), 103},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1737), 169},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1741), 281},
{-1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1743), 7},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1752), 485},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1767), 241},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1768), 34},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1771), 186},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1774), 54},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1775), 61},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1786), 132},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1790), 159},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1794), 317},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1804), 87},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1805), 431},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1806), 483},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1809), 436},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1811), 175},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1814), 430},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1826), 386},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1835), 163},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1843), 140},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1845), 356},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1848), 41},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1850), 391},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1851), 51},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1856), 42},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1860), 423},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1862), 378},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1866), 20},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1869), 478},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1870), 408},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1872), 44},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1873), 233},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1876), 548},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1883), 145},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1884), 141},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1886), 211},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1893), 235},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1904), 72},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1905), 323},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1906), 77},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1910), 286},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1920), 352},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1921), 171},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1931), 30},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1932), 122},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1933), 176},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1935), 324},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1937), 517},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1941), 137},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1945), 471},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1951), 326},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1964), 46},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1968), 42},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1972), 346},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1980), 149},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1981), 98},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1985), 351},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1987), 516},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str1993), 149},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2004), 228},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2015), 498},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2016), 175},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2018), 518},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2026), 122},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2027), 429},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2046), 165},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2051), 332},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2068), 212},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2070), 99},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2083), 291},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2111), 177},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2115), 165},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2119), 454},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2122), 203},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2126), 133},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2136), 452},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2153), 142},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2157), 137},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2164), 142},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2169), 138},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2180), 328},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2184), 512},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2193), 439},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2200), 242},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2203), 344},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2208), 90},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2219), 30},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2220), 172},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2221), 528},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2230), 200},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2231), 139},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2232), 139},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2235), 425},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2237), 90},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2240), 104},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2246), 134},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2248), 226},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2249), 203},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2254), 279},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2256), 489},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2259), 275},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2262), 44},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2265), 345},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2273), 32},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2285), 392},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2292), 86},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2293), 382},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2310), 438},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2313), 86},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2322), 272},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2324), 274},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2332), 40},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2333), 136},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2341), 232},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2346), 79},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2349), 134},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2350), 22},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2353), 402},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2360), 100},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2373), 48},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2375), 335},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2399), 270},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2405), 266},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2410), 234},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2418), 376},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2419), 230},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2425), 157},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2427), 403},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2430), 76},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2445), 264},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2451), 470},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2452), 276},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2455), 104},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2460), 268},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2476), 527},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2477), 164},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2487), 283},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2489), 232},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2500), 164},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2511), 277},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2518), 176},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2520), 278},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2530), 189},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2546), 265},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2565), 182},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2589), 329},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2602), 294},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2629), 15},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2661), 56},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2663), 70},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2673), 38},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2674), 192},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2691), 53},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2692), 509},
- {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2732), 267},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2733), 263},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2735), 398},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2755), 242},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2773), 29},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2787), 119},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2808), 389},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2810), 350},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2822), 400},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2827), 8},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2844), 47},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2845), 271},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2846), 273},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2876), 306},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2897), 371},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2902), 166},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2903), 127},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2907), 62},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2910), 338},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2928), 533},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2932), 181},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2954), 127},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2974), 108},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2977), 553},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2985), 387},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str2997), 215},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3030), 411},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3032), 125},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3057), 367},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3059), 62},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3064), 542},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3067), 138},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3070), 394},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3072), 191},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3081), 462},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3096), 361},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3098), 31},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36267,60 +36439,60 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3159), 206},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3161), 384},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3165), 154},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3167), 194},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3181), 206},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3197), 234},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3224), 117},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3231), 507},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3252), 108},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3295), 40},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3307), 178},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3314), 85},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3338), 33},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3346), 243},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3363), 226},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3388), 89},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3413), 216},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3428), 48},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36329,31 +36501,31 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3500), 154},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3511), 491},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3514), 145},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3525), 107},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3550), 388},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3552), 381},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3595), 216},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3617), 161},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36364,30 +36536,30 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3704), 244},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3722), 117},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3776), 196},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3828), 395},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3835), 545},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3840), 547},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3845), 397},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36398,27 +36570,27 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3931), 53},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3933), 269},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3939), 74},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3965), 192},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3974), 501},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str3989), 182},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4043), 38},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36428,39 +36600,39 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4124), 76},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4136), 380},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4144), 369},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4188), 551},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4190), 543},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4214), 390},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4241), 58},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4270), 73},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4312), 546},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36468,7 +36640,7 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4373), 45},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36481,7 +36653,7 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4466), 73},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36489,7 +36661,7 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4528), 29},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36498,7 +36670,7 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4596), 166},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36518,7 +36690,7 @@ uniname2ctype_p (str, len)
#ifndef USE_UNICODE_PROPERTIES
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str6), 12},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str7), 7},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str8), 8},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str9), 1},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str10), 13},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str11), 11},
@@ -36526,12 +36698,13 @@ uniname2ctype_p (str, len)
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str13), 14},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str14), 3},
{offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str15), 9},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str16), 6},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str17), 5},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str18), 4},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str19), 2}
#else /* USE_UNICODE_PROPERTIES */
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4716), 178},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36554,7 +36727,7 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str4915), 544},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36566,7 +36739,7 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str5015), 85},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
@@ -36596,7 +36769,7 @@ uniname2ctype_p (str, len)
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1},
- {offsetof(struct uniname2ctype_pool_t, uniname2ctype_pool_str5275), 552}
#endif /* USE_UNICODE_PROPERTIES */
};