diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-08 05:32:45 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-11-08 05:32:45 +0000 |
commit | a0265b06629a0ae835adcf0f66fdba070653a785 () | |
tree | 708c86c5231fed8795bf0f7ed8a41adf88269b07 | |
parent | 294070d86a0d3f2d9afdc539a3ad45ac0bb1493c (diff) |
* tool/enc-unicode.rb,
enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: Add Age property to regexp. [ruby-core:33019] ed by Ammar Ali, tested by Run Paint Run Run git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | enc/unicode/name2ctype.h | 7306 | ||||
-rw-r--r-- | enc/unicode/name2ctype.h.blt | 7306 | ||||
-rw-r--r-- | enc/unicode/name2ctype.kwd | 4907 | ||||
-rw-r--r-- | enc/unicode/name2ctype.src | 4907 | ||||
-rw-r--r-- | test/ruby/test_regexp.rb | 19 | ||||
-rwxr-xr-x | tool/enc-unicode.rb | 42 |
8 files changed, 22077 insertions, 2425 deletions
@@ -1,3 +1,11 @@ Mon Nov 8 12:16:39 2010 Ben Walton <[email protected]> * configure.in: support -h for solaris linker when gcc not used @@ -83,7 +83,12 @@ with all sufficient information, see the ChangeLog file. === Language changes -* Regexps now support Unicode 6.0 (new characters and scripts) === Compatibility issues (excluding feature bug fixes) @@ -3,7 +3,7 @@ #ifndef USE_UNICODE_PROPERTIES /* Computed positions: -k'1,3' */ #else /* USE_UNICODE_PROPERTIES */ -/* Computed positions: -k'1-3,6,12,16,$' */ #endif /* USE_UNICODE_PROPERTIES */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ @@ -14971,6 +14971,4889 @@ static const OnigCodePoint CR_Unknown[] = { #endif /* USE_UNICODE_PROPERTIES */ #endif /* USE_UNICODE_PROPERTIES */ /* 'NEWLINE': [[:NEWLINE:]] */ static const OnigCodePoint CR_NEWLINE[] = { 1, @@ -17277,6 +22160,18 @@ static const OnigCodePoint* const CodeRanges[] = { CR_Pattern_White_Space, CR_Pattern_Syntax, CR_Unknown, #endif /* USE_UNICODE_PROPERTIES */ #endif /* USE_UNICODE_PROPERTIES */ }; @@ -17294,12 +22189,12 @@ static const struct uniname2ctype_struct *uniname2ctype_p(const char *, unsigned #define MAX_HASH_VALUE 21 /* maximum key range = 15, duplicates = 0 */ #else /* USE_UNICODE_PROPERTIES */ -#define TOTAL_KEYWORDS 375 #define MIN_WORD_LENGTH 1 #define MAX_WORD_LENGTH 30 #define MIN_HASH_VALUE 3 -#define MAX_HASH_VALUE 2136 -/* maximum key range = 2134, duplicates = 0 */ #endif /* USE_UNICODE_PROPERTIES */ #ifdef __GNUC__ @@ -17335,19 +22230,19 @@ uniname2ctype_hash (str, len) 2, 22, 1, 22, 10, 8, 4, 7, 22, 3, 4, 22, 22, 22, 22, 22, 22, 22 #else /* USE_UNICODE_PROPERTIES */ - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 7, 538, 1, - 105, 51, 100, 387, 51, 11, 4, 668, 4, 320, - 6, 2, 239, 1, 18, 134, 30, 240, 5, 418, - 391, 698, 38, 2137, 2137, 2137, 2137, 2137 #endif /* USE_UNICODE_PROPERTIES */ }; #ifndef USE_UNICODE_PROPERTIES @@ -17375,6 +22270,8 @@ uniname2ctype_hash (str, len) hval += asso_values[(unsigned char)str[5]]; /*FALLTHROUGH*/ case 5: case 4: case 3: hval += asso_values[(unsigned char)str[2]]; @@ -17409,381 +22306,393 @@ struct uniname2ctype_pool_t char uniname2ctype_pool_str20[sizeof("digit")]; char uniname2ctype_pool_str21[sizeof("blank")]; #else /* USE_UNICODE_PROPERTIES */ - char uniname2ctype_pool_str3[sizeof("c")]; - char uniname2ctype_pool_str5[sizeof("cc")]; - char uniname2ctype_pool_str7[sizeof("co")]; - char uniname2ctype_pool_str9[sizeof("l")]; - char uniname2ctype_pool_str10[sizeof("lo")]; - char uniname2ctype_pool_str12[sizeof("no")]; - char uniname2ctype_pool_str13[sizeof("n")]; - char uniname2ctype_pool_str14[sizeof("ll")]; - char uniname2ctype_pool_str15[sizeof("cn")]; - char uniname2ctype_pool_str16[sizeof("nl")]; - char uniname2ctype_pool_str18[sizeof("lao")]; - char uniname2ctype_pool_str19[sizeof("laoo")]; - char uniname2ctype_pool_str20[sizeof("qaac")]; - char uniname2ctype_pool_str22[sizeof("control")]; - char uniname2ctype_pool_str23[sizeof("joinc")]; - char uniname2ctype_pool_str25[sizeof("ci")]; - char uniname2ctype_pool_str27[sizeof("java")]; - char uniname2ctype_pool_str28[sizeof("lana")]; - char uniname2ctype_pool_str30[sizeof("qaai")]; - char uniname2ctype_pool_str33[sizeof("oalpha")]; - char uniname2ctype_pool_str34[sizeof("joincontrol")]; - char uniname2ctype_pool_str37[sizeof("vai")]; - char uniname2ctype_pool_str38[sizeof("vaii")]; - char uniname2ctype_pool_str40[sizeof("arabic")]; - char uniname2ctype_pool_str41[sizeof("cari")]; - char uniname2ctype_pool_str43[sizeof("oriya")]; - char uniname2ctype_pool_str44[sizeof("carian")]; - char uniname2ctype_pool_str46[sizeof("cntrl")]; - char uniname2ctype_pool_str48[sizeof("zl")]; - char uniname2ctype_pool_str49[sizeof("connectorpunctuation")]; - char uniname2ctype_pool_str50[sizeof("olower")]; - char uniname2ctype_pool_str51[sizeof("latn")]; - char uniname2ctype_pool_str52[sizeof("latin")]; - char uniname2ctype_pool_str56[sizeof("ital")]; char uniname2ctype_pool_str66[sizeof("lt")]; - char uniname2ctype_pool_str70[sizeof("hano")]; - char uniname2ctype_pool_str71[sizeof("canadianaboriginal")]; - char uniname2ctype_pool_str73[sizeof("han")]; - char uniname2ctype_pool_str75[sizeof("hanunoo")]; - char uniname2ctype_pool_str76[sizeof("tavt")]; - char uniname2ctype_pool_str77[sizeof("z")]; - char uniname2ctype_pool_str78[sizeof("hangul")]; - char uniname2ctype_pool_str79[sizeof("hani")]; - char uniname2ctype_pool_str81[sizeof("nchar")]; - char uniname2ctype_pool_str83[sizeof("avestan")]; - char uniname2ctype_pool_str91[sizeof("hira")]; - char uniname2ctype_pool_str96[sizeof("tale")]; - char uniname2ctype_pool_str99[sizeof("thaa")]; - char uniname2ctype_pool_str100[sizeof("initialpunctuation")]; - char uniname2ctype_pool_str101[sizeof("variationselector")]; - char uniname2ctype_pool_str102[sizeof("hiragana")]; - char uniname2ctype_pool_str103[sizeof("thai")]; - char uniname2ctype_pool_str104[sizeof("taile")]; - char uniname2ctype_pool_str105[sizeof("lineseparator")]; - char uniname2ctype_pool_str106[sizeof("other")]; - char uniname2ctype_pool_str108[sizeof("thaana")]; - char uniname2ctype_pool_str110[sizeof("zinh")]; - char uniname2ctype_pool_str111[sizeof("loe")]; - char uniname2ctype_pool_str116[sizeof("otherletter")]; - char uniname2ctype_pool_str118[sizeof("othernumber")]; - char uniname2ctype_pool_str121[sizeof("idc")]; - char uniname2ctype_pool_str123[sizeof("oidc")]; char uniname2ctype_pool_str125[sizeof("cher")]; - char uniname2ctype_pool_str126[sizeof("javanese")]; - char uniname2ctype_pool_str127[sizeof("letter")]; - char uniname2ctype_pool_str128[sizeof("olditalic")]; - char uniname2ctype_pool_str129[sizeof("di")]; - char uniname2ctype_pool_str132[sizeof("odi")]; - char uniname2ctype_pool_str133[sizeof("dia")]; - char uniname2ctype_pool_str135[sizeof("titlecaseletter")]; - char uniname2ctype_pool_str136[sizeof("taiviet")]; - char uniname2ctype_pool_str138[sizeof("sc")]; - char uniname2ctype_pool_str139[sizeof("oldturkic")]; - char uniname2ctype_pool_str140[sizeof("so")]; - char uniname2ctype_pool_str141[sizeof("noncharactercodepoint")]; - char uniname2ctype_pool_str144[sizeof("diacritic")]; - char uniname2ctype_pool_str145[sizeof("oldpersian")]; - char uniname2ctype_pool_str147[sizeof("ethi")]; - char uniname2ctype_pool_str148[sizeof("radical")]; - char uniname2ctype_pool_str151[sizeof("letternumber")]; - char uniname2ctype_pool_str152[sizeof("cans")]; - char uniname2ctype_pool_str156[sizeof("zzzz")]; - char uniname2ctype_pool_str157[sizeof("otheralphabetic")]; - char uniname2ctype_pool_str158[sizeof("ascii")]; - char uniname2ctype_pool_str159[sizeof("otherlowercase")]; - char uniname2ctype_pool_str161[sizeof("terminalpunctuation")]; char uniname2ctype_pool_str166[sizeof("otheridstart")]; - char uniname2ctype_pool_str169[sizeof("sinhala")]; - char uniname2ctype_pool_str171[sizeof("otheridcontinue")]; - char uniname2ctype_pool_str172[sizeof("deva")]; - char uniname2ctype_pool_str173[sizeof("ideo")]; - char uniname2ctype_pool_str180[sizeof("avst")]; - char uniname2ctype_pool_str186[sizeof("format")]; - char uniname2ctype_pool_str189[sizeof("devanagari")]; - char uniname2ctype_pool_str193[sizeof("inherited")]; - char uniname2ctype_pool_str197[sizeof("ideographic")]; - char uniname2ctype_pool_str203[sizeof("cf")]; - char uniname2ctype_pool_str206[sizeof("sinh")]; - char uniname2ctype_pool_str207[sizeof("tifinagh")]; - char uniname2ctype_pool_str208[sizeof("idcontinue")]; - char uniname2ctype_pool_str212[sizeof("shavian")]; - char uniname2ctype_pool_str214[sizeof("inscriptionalparthian")]; - char uniname2ctype_pool_str218[sizeof("nd")]; - char uniname2ctype_pool_str232[sizeof("othersymbol")]; - char uniname2ctype_pool_str243[sizeof("pc")]; - char uniname2ctype_pool_str245[sizeof("po")]; - char uniname2ctype_pool_str246[sizeof("decimalnumber")]; - char uniname2ctype_pool_str247[sizeof("asciihexdigit")]; - char uniname2ctype_pool_str250[sizeof("coptic")]; - char uniname2ctype_pool_str251[sizeof("inscriptionalpahlavi")]; - char uniname2ctype_pool_str252[sizeof("cased")]; - char uniname2ctype_pool_str256[sizeof("oids")]; - char uniname2ctype_pool_str258[sizeof("changeswhenlowercased")]; - char uniname2ctype_pool_str262[sizeof("alpha")]; - char uniname2ctype_pool_str263[sizeof("pi")]; - char uniname2ctype_pool_str269[sizeof("s")]; - char uniname2ctype_pool_str270[sizeof("runic")]; - char uniname2ctype_pool_str271[sizeof("cs")]; - char uniname2ctype_pool_str275[sizeof("vs")]; - char uniname2ctype_pool_str276[sizeof("copt")]; - char uniname2ctype_pool_str280[sizeof("otherdefaultignorablecodepoint")]; - char uniname2ctype_pool_str281[sizeof("closepunctuation")]; - char uniname2ctype_pool_str284[sizeof("idst")]; - char uniname2ctype_pool_str285[sizeof("talu")]; - char uniname2ctype_pool_str286[sizeof("runr")]; - char uniname2ctype_pool_str291[sizeof("dsrt")]; - char uniname2ctype_pool_str292[sizeof("cprt")]; - char uniname2ctype_pool_str294[sizeof("patsyn")]; - char uniname2ctype_pool_str299[sizeof("lepc")]; - char uniname2ctype_pool_str301[sizeof("dash")]; - char uniname2ctype_pool_str302[sizeof("prti")]; - char uniname2ctype_pool_str303[sizeof("print")]; - char uniname2ctype_pool_str305[sizeof("idstart")]; - char uniname2ctype_pool_str308[sizeof("zs")]; - char uniname2ctype_pool_str309[sizeof("phli")]; - char uniname2ctype_pool_str314[sizeof("lepcha")]; - char uniname2ctype_pool_str317[sizeof("changeswhentitlecased")]; - char uniname2ctype_pool_str319[sizeof("phoenician")]; - char uniname2ctype_pool_str324[sizeof("mc")]; - char uniname2ctype_pool_str329[sizeof("telu")]; - char uniname2ctype_pool_str334[sizeof("mn")]; - char uniname2ctype_pool_str337[sizeof("changeswhencasefolded")]; - char uniname2ctype_pool_str341[sizeof("common")]; - char uniname2ctype_pool_str342[sizeof("alnum")]; - char uniname2ctype_pool_str343[sizeof("pe")]; - char uniname2ctype_pool_str344[sizeof("idsbinaryoperator")]; - char uniname2ctype_pool_str346[sizeof("sd")]; - char uniname2ctype_pool_str347[sizeof("mongolian")]; - char uniname2ctype_pool_str352[sizeof("mandaic")]; - char uniname2ctype_pool_str353[sizeof("softdotted")]; - char uniname2ctype_pool_str355[sizeof("armn")]; - char uniname2ctype_pool_str357[sizeof("otherpunctuation")]; - char uniname2ctype_pool_str359[sizeof("privateuse")]; - char uniname2ctype_pool_str360[sizeof("armi")]; - char uniname2ctype_pool_str363[sizeof("uideo")]; - char uniname2ctype_pool_str365[sizeof("taml")]; - char uniname2ctype_pool_str366[sizeof("tamil")]; - char uniname2ctype_pool_str370[sizeof("armenian")]; - char uniname2ctype_pool_str378[sizeof("deseret")]; - char uniname2ctype_pool_str379[sizeof("unassigned")]; - char uniname2ctype_pool_str380[sizeof("ethiopic")]; - char uniname2ctype_pool_str382[sizeof("taitham")]; - char uniname2ctype_pool_str383[sizeof("cham")]; - char uniname2ctype_pool_str384[sizeof("defaultignorablecodepoint")]; - char uniname2ctype_pool_str385[sizeof("omath")]; - char uniname2ctype_pool_str387[sizeof("ids")]; - char uniname2ctype_pool_str391[sizeof("finalpunctuation")]; - char uniname2ctype_pool_str393[sizeof("lisu")]; - char uniname2ctype_pool_str394[sizeof("assigned")]; - char uniname2ctype_pool_str395[sizeof("otheruppercase")]; - char uniname2ctype_pool_str403[sizeof("saur")]; - char uniname2ctype_pool_str412[sizeof("math")]; - char uniname2ctype_pool_str413[sizeof("glagolitic")]; - char uniname2ctype_pool_str414[sizeof("patternwhitespace")]; - char uniname2ctype_pool_str415[sizeof("patws")]; - char uniname2ctype_pool_str416[sizeof("mtei")]; - char uniname2ctype_pool_str419[sizeof("rjng")]; - char uniname2ctype_pool_str423[sizeof("term")]; - char uniname2ctype_pool_str424[sizeof("me")]; - char uniname2ctype_pool_str427[sizeof("gothic")]; - char uniname2ctype_pool_str430[sizeof("cwl")]; - char uniname2ctype_pool_str436[sizeof("space")]; - char uniname2ctype_pool_str441[sizeof("pf")]; - char uniname2ctype_pool_str442[sizeof("mand")]; - char uniname2ctype_pool_str445[sizeof("tagbanwa")]; - char uniname2ctype_pool_str446[sizeof("sundanese")]; - char uniname2ctype_pool_str447[sizeof("lower")]; - char uniname2ctype_pool_str451[sizeof("pd")]; - char uniname2ctype_pool_str455[sizeof("hang")]; - char uniname2ctype_pool_str458[sizeof("separator")]; - char uniname2ctype_pool_str462[sizeof("geor")]; - char uniname2ctype_pool_str463[sizeof("othermath")]; - char uniname2ctype_pool_str465[sizeof("georgian")]; - char uniname2ctype_pool_str467[sizeof("osma")]; - char uniname2ctype_pool_str468[sizeof("graph")]; - char uniname2ctype_pool_str473[sizeof("ogrext")]; - char uniname2ctype_pool_str474[sizeof("goth")]; - char uniname2ctype_pool_str479[sizeof("p")]; - char uniname2ctype_pool_str482[sizeof("cwt")]; - char uniname2ctype_pool_str483[sizeof("samr")]; - char uniname2ctype_pool_str485[sizeof("lowercase")]; - char uniname2ctype_pool_str486[sizeof("lu")]; - char uniname2ctype_pool_str487[sizeof("samaritan")]; - char uniname2ctype_pool_str488[sizeof("lowercaseletter")]; - char uniname2ctype_pool_str489[sizeof("sund")]; - char uniname2ctype_pool_str491[sizeof("grext")]; - char uniname2ctype_pool_str494[sizeof("changeswhenuppercased")]; - char uniname2ctype_pool_str496[sizeof("logicalorderexception")]; - char uniname2ctype_pool_str500[sizeof("modifierletter")]; - char uniname2ctype_pool_str504[sizeof("ahex")]; - char uniname2ctype_pool_str505[sizeof("ext")]; - char uniname2ctype_pool_str509[sizeof("ps")]; - char uniname2ctype_pool_str511[sizeof("deprecated")]; - char uniname2ctype_pool_str512[sizeof("xidc")]; - char uniname2ctype_pool_str518[sizeof("zp")]; - char uniname2ctype_pool_str520[sizeof("punct")]; - char uniname2ctype_pool_str523[sizeof("oupper")]; - char uniname2ctype_pool_str524[sizeof("cwcf")]; - char uniname2ctype_pool_str527[sizeof("tfng")]; - char uniname2ctype_pool_str532[sizeof("saurashtra")]; - char uniname2ctype_pool_str537[sizeof("dashpunctuation")]; - char uniname2ctype_pool_str538[sizeof("digit")]; - char uniname2ctype_pool_str539[sizeof("newline")]; - char uniname2ctype_pool_str540[sizeof("sterm")]; - char uniname2ctype_pool_str546[sizeof("newtailue")]; - char uniname2ctype_pool_str547[sizeof("word")]; - char uniname2ctype_pool_str550[sizeof("phagspa")]; - char uniname2ctype_pool_str552[sizeof("xidstart")]; - char uniname2ctype_pool_str557[sizeof("changeswhencasemapped")]; - char uniname2ctype_pool_str563[sizeof("linb")]; - char uniname2ctype_pool_str564[sizeof("bali")]; - char uniname2ctype_pool_str566[sizeof("idstrinaryoperator")]; - char uniname2ctype_pool_str571[sizeof("telugu")]; - char uniname2ctype_pool_str573[sizeof("xdigit")]; - char uniname2ctype_pool_str574[sizeof("arab")]; - char uniname2ctype_pool_str575[sizeof("xidcontinue")]; - char uniname2ctype_pool_str576[sizeof("spaceseparator")]; - char uniname2ctype_pool_str577[sizeof("graphemebase")]; - char uniname2ctype_pool_str578[sizeof("brai")]; - char uniname2ctype_pool_str580[sizeof("limbu")]; - char uniname2ctype_pool_str583[sizeof("openpunctuation")]; - char uniname2ctype_pool_str584[sizeof("linearb")]; - char uniname2ctype_pool_str587[sizeof("paragraphseparator")]; - char uniname2ctype_pool_str591[sizeof("brahmi")]; - char uniname2ctype_pool_str597[sizeof("caseignorable")]; - char uniname2ctype_pool_str599[sizeof("tibetan")]; - char uniname2ctype_pool_str603[sizeof("extender")]; - char uniname2ctype_pool_str608[sizeof("number")]; - char uniname2ctype_pool_str613[sizeof("tibt")]; - char uniname2ctype_pool_str614[sizeof("shaw")]; - char uniname2ctype_pool_str617[sizeof("bengali")]; - char uniname2ctype_pool_str618[sizeof("brah")]; - char uniname2ctype_pool_str625[sizeof("braille")]; - char uniname2ctype_pool_str633[sizeof("graphemeextend")]; - char uniname2ctype_pool_str637[sizeof("dep")]; - char uniname2ctype_pool_str641[sizeof("m")]; - char uniname2ctype_pool_str645[sizeof("xids")]; - char uniname2ctype_pool_str646[sizeof("lm")]; - char uniname2ctype_pool_str653[sizeof("gujr")]; - char uniname2ctype_pool_str656[sizeof("ugar")]; - char uniname2ctype_pool_str657[sizeof("gujarati")]; - char uniname2ctype_pool_str659[sizeof("balinese")]; - char uniname2ctype_pool_str660[sizeof("bidic")]; - char uniname2ctype_pool_str662[sizeof("hebr")]; - char uniname2ctype_pool_str667[sizeof("malayalam")]; - char uniname2ctype_pool_str671[sizeof("bidicontrol")]; - char uniname2ctype_pool_str673[sizeof("ugaritic")]; - char uniname2ctype_pool_str675[sizeof("whitespace")]; - char uniname2ctype_pool_str676[sizeof("cuneiform")]; - char uniname2ctype_pool_str679[sizeof("olck")]; - char uniname2ctype_pool_str681[sizeof("nko")]; - char uniname2ctype_pool_str682[sizeof("nkoo")]; - char uniname2ctype_pool_str687[sizeof("xpeo")]; - char uniname2ctype_pool_str688[sizeof("phag")]; - char uniname2ctype_pool_str691[sizeof("phnx")]; - char uniname2ctype_pool_str692[sizeof("kana")]; - char uniname2ctype_pool_str693[sizeof("olchiki")]; - char uniname2ctype_pool_str694[sizeof("kali")]; - char uniname2ctype_pool_str701[sizeof("sarb")]; - char uniname2ctype_pool_str705[sizeof("patternsyntax")]; - char uniname2ctype_pool_str710[sizeof("nonspacingmark")]; - char uniname2ctype_pool_str714[sizeof("kaithi")]; - char uniname2ctype_pool_str718[sizeof("lyci")]; - char uniname2ctype_pool_str719[sizeof("mong")]; - char uniname2ctype_pool_str720[sizeof("ogam")]; - char uniname2ctype_pool_str721[sizeof("lycian")]; - char uniname2ctype_pool_str722[sizeof("yi")]; - char uniname2ctype_pool_str725[sizeof("cyrl")]; - char uniname2ctype_pool_str727[sizeof("katakana")]; - char uniname2ctype_pool_str729[sizeof("orya")]; - char uniname2ctype_pool_str730[sizeof("cyrillic")]; - char uniname2ctype_pool_str735[sizeof("yiii")]; - char uniname2ctype_pool_str741[sizeof("upper")]; - char uniname2ctype_pool_str742[sizeof("punctuation")]; - char uniname2ctype_pool_str743[sizeof("orkh")]; - char uniname2ctype_pool_str744[sizeof("cwcm")]; - char uniname2ctype_pool_str748[sizeof("khar")]; - char uniname2ctype_pool_str764[sizeof("kthi")]; - char uniname2ctype_pool_str765[sizeof("ogham")]; - char uniname2ctype_pool_str776[sizeof("sm")]; - char uniname2ctype_pool_str779[sizeof("uppercase")]; - char uniname2ctype_pool_str782[sizeof("uppercaseletter")]; - char uniname2ctype_pool_str785[sizeof("bopo")]; - char uniname2ctype_pool_str789[sizeof("glag")]; - char uniname2ctype_pool_str790[sizeof("knda")]; - char uniname2ctype_pool_str791[sizeof("bopomofo")]; - char uniname2ctype_pool_str792[sizeof("idsb")]; - char uniname2ctype_pool_str799[sizeof("alphabetic")]; - char uniname2ctype_pool_str800[sizeof("kannada")]; - char uniname2ctype_pool_str812[sizeof("tglg")]; - char uniname2ctype_pool_str813[sizeof("unifiedideograph")]; - char uniname2ctype_pool_str820[sizeof("tagalog")]; - char uniname2ctype_pool_str821[sizeof("currencysymbol")]; - char uniname2ctype_pool_str822[sizeof("lydi")]; - char uniname2ctype_pool_str825[sizeof("lydian")]; - char uniname2ctype_pool_str830[sizeof("cherokee")]; - char uniname2ctype_pool_str839[sizeof("surrogate")]; - char uniname2ctype_pool_str842[sizeof("sylo")]; - char uniname2ctype_pool_str853[sizeof("rejang")]; - char uniname2ctype_pool_str855[sizeof("syrc")]; - char uniname2ctype_pool_str858[sizeof("syriac")]; - char uniname2ctype_pool_str869[sizeof("sylotinagri")]; - char uniname2ctype_pool_str877[sizeof("limb")]; - char uniname2ctype_pool_str881[sizeof("kharoshthi")]; - char uniname2ctype_pool_str887[sizeof("hex")]; - char uniname2ctype_pool_str889[sizeof("guru")]; - char uniname2ctype_pool_str891[sizeof("enclosingmark")]; - char uniname2ctype_pool_str899[sizeof("wspace")]; - char uniname2ctype_pool_str902[sizeof("cwu")]; - char uniname2ctype_pool_str910[sizeof("oldsoutharabian")]; - char uniname2ctype_pool_str917[sizeof("imperialaramaic")]; - char uniname2ctype_pool_str918[sizeof("hexdigit")]; - char uniname2ctype_pool_str938[sizeof("buhd")]; - char uniname2ctype_pool_str939[sizeof("buhid")]; - char uniname2ctype_pool_str944[sizeof("othergraphemeextend")]; - char uniname2ctype_pool_str966[sizeof("tagb")]; - char uniname2ctype_pool_str972[sizeof("quotationmark")]; - char uniname2ctype_pool_str977[sizeof("cypriot")]; - char uniname2ctype_pool_str986[sizeof("beng")]; - char uniname2ctype_pool_str994[sizeof("modifiersymbol")]; - char uniname2ctype_pool_str1001[sizeof("qmark")]; - char uniname2ctype_pool_str1006[sizeof("hyphen")]; - char uniname2ctype_pool_str1017[sizeof("mark")]; - char uniname2ctype_pool_str1051[sizeof("grbase")]; - char uniname2ctype_pool_str1057[sizeof("myanmar")]; - char uniname2ctype_pool_str1061[sizeof("khmr")]; - char uniname2ctype_pool_str1062[sizeof("khmer")]; - char uniname2ctype_pool_str1065[sizeof("spacingmark")]; - char uniname2ctype_pool_str1069[sizeof("mathsymbol")]; - char uniname2ctype_pool_str1109[sizeof("bamu")]; - char uniname2ctype_pool_str1112[sizeof("meeteimayek")]; - char uniname2ctype_pool_str1128[sizeof("grek")]; - char uniname2ctype_pool_str1129[sizeof("greek")]; - char uniname2ctype_pool_str1160[sizeof("xsux")]; - char uniname2ctype_pool_str1166[sizeof("symbol")]; - char uniname2ctype_pool_str1168[sizeof("osmanya")]; - char uniname2ctype_pool_str1180[sizeof("bugi")]; - char uniname2ctype_pool_str1190[sizeof("bamum")]; - char uniname2ctype_pool_str1222[sizeof("blank")]; - char uniname2ctype_pool_str1247[sizeof("batk")]; - char uniname2ctype_pool_str1248[sizeof("batak")]; - char uniname2ctype_pool_str1275[sizeof("buginese")]; - char uniname2ctype_pool_str1332[sizeof("gurmukhi")]; - char uniname2ctype_pool_str1345[sizeof("unknown")]; - char uniname2ctype_pool_str1346[sizeof("mlym")]; - char uniname2ctype_pool_str1360[sizeof("mymr")]; - char uniname2ctype_pool_str1379[sizeof("egyp")]; - char uniname2ctype_pool_str1395[sizeof("kayahli")]; - char uniname2ctype_pool_str1412[sizeof("any")]; - char uniname2ctype_pool_str1472[sizeof("sk")]; - char uniname2ctype_pool_str1482[sizeof("hebrew")]; - char uniname2ctype_pool_str1751[sizeof("grlink")]; - char uniname2ctype_pool_str1811[sizeof("graphemelink")]; - char uniname2ctype_pool_str2016[sizeof("egyptianhieroglyphs")]; - char uniname2ctype_pool_str2136[sizeof("zyyy")]; #endif /* USE_UNICODE_PROPERTIES */ }; static const struct uniname2ctype_pool_t uniname2ctype_pool_contents = @@ -17792,401 +22701,410 @@ static const struct uniname2ctype_pool_t uniname2ctype_pool_contents = "print", "punct", #else /* USE_UNICODE_PROPERTIES */ - "c", - "cc", - "co", - "l", - "lo", - "no", "n", "ll", "cn", - "nl", "lao", "laoo", - "qaac", - "control", - "joinc", - "ci", - "java", "lana", - "qaai", - "oalpha", - "joincontrol", "vai", "vaii", - "arabic", "cari", - "oriya", "carian", - "cntrl", "zl", - "connectorpunctuation", - "olower", "latn", "latin", "ital", - "lt", "hano", - "canadianaboriginal", - "han", - "hanunoo", - "tavt", - "z", - "hangul", "hani", - "nchar", - "avestan", "hira", - "tale", "thaa", - "initialpunctuation", - "variationselector", - "hiragana", "thai", - "taile", - "lineseparator", "other", "thaana", - "zinh", - "loe", - "otherletter", "othernumber", - "idc", - "oidc", - "cher", - "javanese", - "letter", - "olditalic", "di", "odi", "dia", - "titlecaseletter", - "taiviet", - "sc", - "oldturkic", - "so", - "noncharactercodepoint", - "diacritic", - "oldpersian", - "ethi", "radical", - "letternumber", - "cans", "zzzz", - "otheralphabetic", - "ascii", "otherlowercase", "terminalpunctuation", - "otheridstart", - "sinhala", - "otheridcontinue", "deva", "ideo", - "avst", - "format", "devanagari", - "inherited", - "ideographic", - "cf", - "sinh", - "tifinagh", - "idcontinue", - "shavian", - "inscriptionalparthian", "nd", - "othersymbol", - "pc", "po", - "decimalnumber", - "asciihexdigit", - "coptic", - "inscriptionalpahlavi", - "cased", - "oids", - "changeswhenlowercased", #endif /* USE_UNICODE_PROPERTIES */ "alpha", #ifdef USE_UNICODE_PROPERTIES - "pi", - "s", - "runic", - "cs", - "vs", "copt", - "otherdefaultignorablecodepoint", - "closepunctuation", - "idst", - "talu", - "runr", - "dsrt", "cprt", - "patsyn", - "lepc", - "dash", - "prti", - "print", - "idstart", - "zs", "phli", - "lepcha", - "changeswhentitlecased", - "phoenician", - "mc", - "telu", - "mn", - "changeswhencasefolded", - "common", -#endif /* USE_UNICODE_PROPERTIES */ - "alnum", -#ifndef USE_UNICODE_PROPERTIES - "xdigit", - "newline", - "upper", - "ascii", - "cntrl", -#else /* USE_UNICODE_PROPERTIES */ - "pe", - "idsbinaryoperator", "sd", - "mongolian", "mandaic", - "softdotted", - "armn", - "otherpunctuation", - "privateuse", - "armi", - "uideo", "taml", "tamil", - "armenian", - "deseret", - "unassigned", - "ethiopic", - "taitham", "cham", - "defaultignorablecodepoint", - "omath", - "ids", - "finalpunctuation", - "lisu", - "assigned", - "otheruppercase", - "saur", "math", - "glagolitic", - "patternwhitespace", - "patws", "mtei", - "rjng", "term", "me", "gothic", - "cwl", -#endif /* USE_UNICODE_PROPERTIES */ - "space", -#ifndef USE_UNICODE_PROPERTIES - "word", -#else /* USE_UNICODE_PROPERTIES */ - "pf", - "mand", "tagbanwa", - "sundanese", -#endif /* USE_UNICODE_PROPERTIES */ - "lower", -#ifdef USE_UNICODE_PROPERTIES - "pd", - "hang", - "separator", - "geor", - "othermath", - "georgian", - "osma", -#endif /* USE_UNICODE_PROPERTIES */ - "graph", -#ifdef USE_UNICODE_PROPERTIES - "ogrext", "goth", "p", - "cwt", - "samr", - "lowercase", - "lu", - "samaritan", - "lowercaseletter", - "sund", - "grext", - "changeswhenuppercased", "logicalorderexception", - "modifierletter", "ahex", "ext", - "ps", - "deprecated", - "xidc", - "zp", - "punct", - "oupper", - "cwcf", - "tfng", "saurashtra", - "dashpunctuation", -#endif /* USE_UNICODE_PROPERTIES */ "digit", -#ifndef USE_UNICODE_PROPERTIES - "blank" -#else /* USE_UNICODE_PROPERTIES */ - "newline", - "sterm", - "newtailue", - "word", "phagspa", - "xidstart", - "changeswhencasemapped", - "linb", - "bali", - "idstrinaryoperator", - "telugu", "xdigit", - "arab", "xidcontinue", - "spaceseparator", - "graphemebase", - "brai", - "limbu", - "openpunctuation", - "linearb", - "paragraphseparator", - "brahmi", - "caseignorable", - "tibetan", - "extender", - "number", - "tibt", - "shaw", - "bengali", - "brah", - "braille", - "graphemeextend", - "dep", - "m", - "xids", - "lm", - "gujr", - "ugar", - "gujarati", - "balinese", - "bidic", - "hebr", - "malayalam", - "bidicontrol", - "ugaritic", - "whitespace", - "cuneiform", - "olck", "nko", "nkoo", - "xpeo", "phag", - "phnx", "kana", - "olchiki", "kali", - "sarb", - "patternsyntax", - "nonspacingmark", - "kaithi", - "lyci", - "mong", - "ogam", - "lycian", "yi", "cyrl", - "katakana", "orya", - "cyrillic", "yiii", - "upper", - "punctuation", - "orkh", - "cwcm", - "khar", "kthi", - "ogham", - "sm", - "uppercase", - "uppercaseletter", - "bopo", "glag", - "knda", - "bopomofo", - "idsb", - "alphabetic", - "kannada", "tglg", - "unifiedideograph", - "tagalog", - "currencysymbol", - "lydi", - "lydian", - "cherokee", - "surrogate", "sylo", - "rejang", "syrc", "syriac", - "sylotinagri", - "limb", - "kharoshthi", - "hex", - "guru", "enclosingmark", - "wspace", - "cwu", "oldsoutharabian", - "imperialaramaic", - "hexdigit", "buhd", - "buhid", "othergraphemeextend", - "tagb", - "quotationmark", - "cypriot", - "beng", - "modifiersymbol", - "qmark", - "hyphen", "mark", "grbase", - "myanmar", "khmr", "khmer", "spacingmark", - "mathsymbol", "bamu", - "meeteimayek", - "grek", - "greek", - "xsux", "symbol", "osmanya", "bugi", "bamum", - "blank", - "batk", - "batak", - "buginese", - "gurmukhi", - "unknown", "mlym", "mymr", "egyp", - "kayahli", "any", - "sk", - "hebrew", "grlink", "graphemelink", "egyptianhieroglyphs", "zyyy" #endif /* USE_UNICODE_PROPERTIES */ @@ -18207,656 +23125,622 @@ uniname2ctype_p (str, len) { #ifdef USE_UNICODE_PROPERTIES {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str3, 17}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str5, 18}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str7, 21}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str9, 23}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str10, 26}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str12, 36}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str13, 33}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str14, 24}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str15, 20}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str16, 35}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str18, 93}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str19, 93}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str20, 127}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str22, 18}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str23, 170}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str25, 59}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str27, 157}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str28, 150}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str30, 113}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str33, 178}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str34, 170}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str37, 142}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str38, 142}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str40, 79}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str41, 147}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str43, 86}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str44, 147}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str46, 3}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str48, 51}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str49, 38}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str50, 182}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str51, 74}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str52, 74}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str56, 110}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str66, 27}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str70, 115}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str71, 100}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str73, 108}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str75, 115}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str76, 151}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str77, 50}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str78, 97}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str79, 108}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str81, 184}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str83, 152}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str91, 105}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str96, 119}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str99, 81}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str100, 42}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str101, 197}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str102, 105}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str103, 92}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str104, 119}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str105, 51}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str106, 17}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str108, 81}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str110, 113}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str111, 193}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str116, 26}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str118, 36}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str121, 66}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str123, 195}, {-1}, {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str125, 99}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str126, 157}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str127, 23}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str128, 110}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str129, 69}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str132, 190}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str133, 180}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str135, 27}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str136, 151}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str138, 46}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str139, 163}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str140, 49}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str141, 184}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str144, 180}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str145, 132}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str147, 98}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str148, 188}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str151, 35}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str152, 100}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str156, 200}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str157, 178}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str158, 14}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str159, 182}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str161, 174}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str166, 194}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str169, 91}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str171, 195}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str172, 82}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str173, 179}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str180, 152}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str186, 19}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str189, 82}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str193, 113}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str197, 179}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str203, 19}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str206, 91}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str207, 130}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str208, 66}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str212, 122}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str214, 161}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str218, 34}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str232, 49}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str243, 38}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str245, 43}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str246, 34}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str247, 177}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str250, 127}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str251, 162}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str252, 58}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str256, 194}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str258, 60}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str262, 1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str263, 42}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str269, 45}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str270, 102}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str271, 22}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str275, 197}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str276, 127}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str280, 190}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str281, 40}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str284, 187}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str285, 128}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str286, 102}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str291, 112}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str292, 124}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str294, 199}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str299, 140}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str301, 171}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str302, 161}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str303, 7}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str305, 65}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str308, 53}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str309, 162}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str314, 140}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str317, 62}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str319, 136}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str324, 30}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str329, 88}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str334, 32}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str337, 63}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str341, 73}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str342, 13}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str343, 40}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str344, 186}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str346, 192}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str347, 104}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str352, 167}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str353, 192}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str355, 77}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str357, 43}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str359, 21}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str360, 159}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str363, 189}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str365, 87}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str366, 87}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str370, 77}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str378, 112}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str379, 20}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str380, 98}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str382, 150}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str383, 149}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str384, 69}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str385, 175}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str387, 65}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str391, 41}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str393, 155}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str394, 16}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str395, 183}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str403, 143}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str412, 54}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str413, 129}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str414, 198}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str415, 198}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str416, 158}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str419, 145}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str423, 174}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str424, 31}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str427, 111}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str430, 60}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str436, 9}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str441, 41}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str442, 167}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str445, 117}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str446, 139}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str447, 6}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str451, 39}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str455, 97}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str458, 50}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str462, 96}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str463, 175}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str465, 96}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str467, 123}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str468, 5}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str473, 185}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str474, 111}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str479, 37}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str482, 62}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str483, 154}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str485, 56}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str486, 28}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str487, 154}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str488, 24}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str489, 139}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str491, 70}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str494, 61}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str496, 193}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str500, 25}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str504, 177}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str505, 181}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str509, 44}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str511, 191}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str512, 68}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str518, 52}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str520, 8}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str523, 183}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str524, 63}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str527, 130}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str532, 143}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str537, 39}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str538, 4}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str539, 0}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str540, 196}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str546, 128}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str547, 12}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str550, 137}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str552, 67}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str557, 64}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str563, 120}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str564, 134}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str566, 187}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str571, 88}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str573, 11}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str574, 79}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str575, 68}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str576, 53}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str577, 71}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str578, 125}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str580, 118}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str583, 44}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str584, 120}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str587, 52}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str591, 166}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str597, 59}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str599, 94}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str603, 181}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str608, 33}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str613, 94}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str614, 122}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str617, 83}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str618, 166}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str625, 125}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str633, 70}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str637, 191}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str641, 29}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str645, 67}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str646, 25}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str653, 85}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str656, 121}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str657, 85}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str659, 134}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str660, 169}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str662, 78}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str667, 90}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str671, 169}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str673, 121}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str675, 168}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str676, 135}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str679, 141}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str681, 138}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str682, 138}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str687, 132}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str688, 137}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str691, 136}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str692, 106}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str693, 141}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str694, 144}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str701, 160}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str705, 199}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str710, 32}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str714, 164}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str718, 146}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str719, 104}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str720, 101}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str721, 146}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str722, 109}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str725, 76}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str727, 106}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str729, 86}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str730, 76}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str735, 109}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str741, 10}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str742, 37}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str743, 163}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str744, 64}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str748, 133}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str764, 164}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str765, 101}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str776, 48}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str779, 57}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str782, 28}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str785, 107}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str789, 129}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str790, 89}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str791, 107}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str792, 186}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str799, 55}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str800, 89}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str812, 114}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str813, 189}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str820, 114}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str821, 46}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str822, 148}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str825, 148}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str830, 99}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str839, 22}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str842, 131}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str853, 145}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str855, 80}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str858, 80}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str869, 131}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str877, 118}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str881, 133}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str887, 176}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str889, 84}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str891, 31}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str899, 168}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str902, 61}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str910, 160}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str917, 159}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str918, 176}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str938, 116}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str939, 116}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str944, 185}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str966, 117}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str972, 173}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str977, 124}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str986, 83}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str994, 47}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1001, 173}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1006, 172}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1017, 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}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1051, 71}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1057, 95}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1061, 103}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1062, 103}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1065, 30}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1069, 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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1109, 156}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1112, 158}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1128, 75}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1129, 75}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1160, 135}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1166, 45}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1168, 123}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1180, 126}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1190, 156}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1222, 2}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1247, 165}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1248, 165}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1275, 126}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1332, 84}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1345, 200}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1346, 90}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1360, 95}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1379, 153}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1395, 144}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1412, 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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1472, 47}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1482, 78}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18865,6 +23749,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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18872,13 +23757,22 @@ 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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18903,21 +23797,9 @@ uniname2ctype_p (str, len) {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str20, 4}, {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str21, 2} #else /* USE_UNICODE_PROPERTIES */ - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1751, 72}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1811, 72}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18927,6 +23809,8 @@ 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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18934,8 +23818,8 @@ 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}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str2016, 153}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18950,7 +23834,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}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str2136, 73} #endif /* USE_UNICODE_PROPERTIES */ }; @@ -3,7 +3,7 @@ #ifndef USE_UNICODE_PROPERTIES /* Computed positions: -k'1,3' */ #else /* USE_UNICODE_PROPERTIES */ -/* Computed positions: -k'1-3,6,12,16,$' */ #endif /* USE_UNICODE_PROPERTIES */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ @@ -14971,6 +14971,4889 @@ static const OnigCodePoint CR_Unknown[] = { #endif /* USE_UNICODE_PROPERTIES */ #endif /* USE_UNICODE_PROPERTIES */ /* 'NEWLINE': [[:NEWLINE:]] */ static const OnigCodePoint CR_NEWLINE[] = { 1, @@ -17277,6 +22160,18 @@ static const OnigCodePoint* const CodeRanges[] = { CR_Pattern_White_Space, CR_Pattern_Syntax, CR_Unknown, #endif /* USE_UNICODE_PROPERTIES */ #endif /* USE_UNICODE_PROPERTIES */ }; @@ -17294,12 +22189,12 @@ static const struct uniname2ctype_struct *uniname2ctype_p(const char *, unsigned #define MAX_HASH_VALUE 21 /* maximum key range = 15, duplicates = 0 */ #else /* USE_UNICODE_PROPERTIES */ -#define TOTAL_KEYWORDS 375 #define MIN_WORD_LENGTH 1 #define MAX_WORD_LENGTH 30 #define MIN_HASH_VALUE 3 -#define MAX_HASH_VALUE 2136 -/* maximum key range = 2134, duplicates = 0 */ #endif /* USE_UNICODE_PROPERTIES */ #ifdef __GNUC__ @@ -17335,19 +22230,19 @@ uniname2ctype_hash (str, len) 2, 22, 1, 22, 10, 8, 4, 7, 22, 3, 4, 22, 22, 22, 22, 22, 22, 22 #else /* USE_UNICODE_PROPERTIES */ - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, 2137, - 2137, 2137, 2137, 2137, 2137, 2137, 2137, 7, 538, 1, - 105, 51, 100, 387, 51, 11, 4, 668, 4, 320, - 6, 2, 239, 1, 18, 134, 30, 240, 5, 418, - 391, 698, 38, 2137, 2137, 2137, 2137, 2137 #endif /* USE_UNICODE_PROPERTIES */ }; #ifndef USE_UNICODE_PROPERTIES @@ -17375,6 +22270,8 @@ uniname2ctype_hash (str, len) hval += asso_values[(unsigned char)str[5]]; /*FALLTHROUGH*/ case 5: case 4: case 3: hval += asso_values[(unsigned char)str[2]]; @@ -17409,381 +22306,393 @@ struct uniname2ctype_pool_t char uniname2ctype_pool_str20[sizeof("digit")]; char uniname2ctype_pool_str21[sizeof("blank")]; #else /* USE_UNICODE_PROPERTIES */ - char uniname2ctype_pool_str3[sizeof("c")]; - char uniname2ctype_pool_str5[sizeof("cc")]; - char uniname2ctype_pool_str7[sizeof("co")]; - char uniname2ctype_pool_str9[sizeof("l")]; - char uniname2ctype_pool_str10[sizeof("lo")]; - char uniname2ctype_pool_str12[sizeof("no")]; - char uniname2ctype_pool_str13[sizeof("n")]; - char uniname2ctype_pool_str14[sizeof("ll")]; - char uniname2ctype_pool_str15[sizeof("cn")]; - char uniname2ctype_pool_str16[sizeof("nl")]; - char uniname2ctype_pool_str18[sizeof("lao")]; - char uniname2ctype_pool_str19[sizeof("laoo")]; - char uniname2ctype_pool_str20[sizeof("qaac")]; - char uniname2ctype_pool_str22[sizeof("control")]; - char uniname2ctype_pool_str23[sizeof("joinc")]; - char uniname2ctype_pool_str25[sizeof("ci")]; - char uniname2ctype_pool_str27[sizeof("java")]; - char uniname2ctype_pool_str28[sizeof("lana")]; - char uniname2ctype_pool_str30[sizeof("qaai")]; - char uniname2ctype_pool_str33[sizeof("oalpha")]; - char uniname2ctype_pool_str34[sizeof("joincontrol")]; - char uniname2ctype_pool_str37[sizeof("vai")]; - char uniname2ctype_pool_str38[sizeof("vaii")]; - char uniname2ctype_pool_str40[sizeof("arabic")]; - char uniname2ctype_pool_str41[sizeof("cari")]; - char uniname2ctype_pool_str43[sizeof("oriya")]; - char uniname2ctype_pool_str44[sizeof("carian")]; - char uniname2ctype_pool_str46[sizeof("cntrl")]; - char uniname2ctype_pool_str48[sizeof("zl")]; - char uniname2ctype_pool_str49[sizeof("connectorpunctuation")]; - char uniname2ctype_pool_str50[sizeof("olower")]; - char uniname2ctype_pool_str51[sizeof("latn")]; - char uniname2ctype_pool_str52[sizeof("latin")]; - char uniname2ctype_pool_str56[sizeof("ital")]; char uniname2ctype_pool_str66[sizeof("lt")]; - char uniname2ctype_pool_str70[sizeof("hano")]; - char uniname2ctype_pool_str71[sizeof("canadianaboriginal")]; - char uniname2ctype_pool_str73[sizeof("han")]; - char uniname2ctype_pool_str75[sizeof("hanunoo")]; - char uniname2ctype_pool_str76[sizeof("tavt")]; - char uniname2ctype_pool_str77[sizeof("z")]; - char uniname2ctype_pool_str78[sizeof("hangul")]; - char uniname2ctype_pool_str79[sizeof("hani")]; - char uniname2ctype_pool_str81[sizeof("nchar")]; - char uniname2ctype_pool_str83[sizeof("avestan")]; - char uniname2ctype_pool_str91[sizeof("hira")]; - char uniname2ctype_pool_str96[sizeof("tale")]; - char uniname2ctype_pool_str99[sizeof("thaa")]; - char uniname2ctype_pool_str100[sizeof("initialpunctuation")]; - char uniname2ctype_pool_str101[sizeof("variationselector")]; - char uniname2ctype_pool_str102[sizeof("hiragana")]; - char uniname2ctype_pool_str103[sizeof("thai")]; - char uniname2ctype_pool_str104[sizeof("taile")]; - char uniname2ctype_pool_str105[sizeof("lineseparator")]; - char uniname2ctype_pool_str106[sizeof("other")]; - char uniname2ctype_pool_str108[sizeof("thaana")]; - char uniname2ctype_pool_str110[sizeof("zinh")]; - char uniname2ctype_pool_str111[sizeof("loe")]; - char uniname2ctype_pool_str116[sizeof("otherletter")]; - char uniname2ctype_pool_str118[sizeof("othernumber")]; - char uniname2ctype_pool_str121[sizeof("idc")]; - char uniname2ctype_pool_str123[sizeof("oidc")]; char uniname2ctype_pool_str125[sizeof("cher")]; - char uniname2ctype_pool_str126[sizeof("javanese")]; - char uniname2ctype_pool_str127[sizeof("letter")]; - char uniname2ctype_pool_str128[sizeof("olditalic")]; - char uniname2ctype_pool_str129[sizeof("di")]; - char uniname2ctype_pool_str132[sizeof("odi")]; - char uniname2ctype_pool_str133[sizeof("dia")]; - char uniname2ctype_pool_str135[sizeof("titlecaseletter")]; - char uniname2ctype_pool_str136[sizeof("taiviet")]; - char uniname2ctype_pool_str138[sizeof("sc")]; - char uniname2ctype_pool_str139[sizeof("oldturkic")]; - char uniname2ctype_pool_str140[sizeof("so")]; - char uniname2ctype_pool_str141[sizeof("noncharactercodepoint")]; - char uniname2ctype_pool_str144[sizeof("diacritic")]; - char uniname2ctype_pool_str145[sizeof("oldpersian")]; - char uniname2ctype_pool_str147[sizeof("ethi")]; - char uniname2ctype_pool_str148[sizeof("radical")]; - char uniname2ctype_pool_str151[sizeof("letternumber")]; - char uniname2ctype_pool_str152[sizeof("cans")]; - char uniname2ctype_pool_str156[sizeof("zzzz")]; - char uniname2ctype_pool_str157[sizeof("otheralphabetic")]; - char uniname2ctype_pool_str158[sizeof("ascii")]; - char uniname2ctype_pool_str159[sizeof("otherlowercase")]; - char uniname2ctype_pool_str161[sizeof("terminalpunctuation")]; char uniname2ctype_pool_str166[sizeof("otheridstart")]; - char uniname2ctype_pool_str169[sizeof("sinhala")]; - char uniname2ctype_pool_str171[sizeof("otheridcontinue")]; - char uniname2ctype_pool_str172[sizeof("deva")]; - char uniname2ctype_pool_str173[sizeof("ideo")]; - char uniname2ctype_pool_str180[sizeof("avst")]; - char uniname2ctype_pool_str186[sizeof("format")]; - char uniname2ctype_pool_str189[sizeof("devanagari")]; - char uniname2ctype_pool_str193[sizeof("inherited")]; - char uniname2ctype_pool_str197[sizeof("ideographic")]; - char uniname2ctype_pool_str203[sizeof("cf")]; - char uniname2ctype_pool_str206[sizeof("sinh")]; - char uniname2ctype_pool_str207[sizeof("tifinagh")]; - char uniname2ctype_pool_str208[sizeof("idcontinue")]; - char uniname2ctype_pool_str212[sizeof("shavian")]; - char uniname2ctype_pool_str214[sizeof("inscriptionalparthian")]; - char uniname2ctype_pool_str218[sizeof("nd")]; - char uniname2ctype_pool_str232[sizeof("othersymbol")]; - char uniname2ctype_pool_str243[sizeof("pc")]; - char uniname2ctype_pool_str245[sizeof("po")]; - char uniname2ctype_pool_str246[sizeof("decimalnumber")]; - char uniname2ctype_pool_str247[sizeof("asciihexdigit")]; - char uniname2ctype_pool_str250[sizeof("coptic")]; - char uniname2ctype_pool_str251[sizeof("inscriptionalpahlavi")]; - char uniname2ctype_pool_str252[sizeof("cased")]; - char uniname2ctype_pool_str256[sizeof("oids")]; - char uniname2ctype_pool_str258[sizeof("changeswhenlowercased")]; - char uniname2ctype_pool_str262[sizeof("alpha")]; - char uniname2ctype_pool_str263[sizeof("pi")]; - char uniname2ctype_pool_str269[sizeof("s")]; - char uniname2ctype_pool_str270[sizeof("runic")]; - char uniname2ctype_pool_str271[sizeof("cs")]; - char uniname2ctype_pool_str275[sizeof("vs")]; - char uniname2ctype_pool_str276[sizeof("copt")]; - char uniname2ctype_pool_str280[sizeof("otherdefaultignorablecodepoint")]; - char uniname2ctype_pool_str281[sizeof("closepunctuation")]; - char uniname2ctype_pool_str284[sizeof("idst")]; - char uniname2ctype_pool_str285[sizeof("talu")]; - char uniname2ctype_pool_str286[sizeof("runr")]; - char uniname2ctype_pool_str291[sizeof("dsrt")]; - char uniname2ctype_pool_str292[sizeof("cprt")]; - char uniname2ctype_pool_str294[sizeof("patsyn")]; - char uniname2ctype_pool_str299[sizeof("lepc")]; - char uniname2ctype_pool_str301[sizeof("dash")]; - char uniname2ctype_pool_str302[sizeof("prti")]; - char uniname2ctype_pool_str303[sizeof("print")]; - char uniname2ctype_pool_str305[sizeof("idstart")]; - char uniname2ctype_pool_str308[sizeof("zs")]; - char uniname2ctype_pool_str309[sizeof("phli")]; - char uniname2ctype_pool_str314[sizeof("lepcha")]; - char uniname2ctype_pool_str317[sizeof("changeswhentitlecased")]; - char uniname2ctype_pool_str319[sizeof("phoenician")]; - char uniname2ctype_pool_str324[sizeof("mc")]; - char uniname2ctype_pool_str329[sizeof("telu")]; - char uniname2ctype_pool_str334[sizeof("mn")]; - char uniname2ctype_pool_str337[sizeof("changeswhencasefolded")]; - char uniname2ctype_pool_str341[sizeof("common")]; - char uniname2ctype_pool_str342[sizeof("alnum")]; - char uniname2ctype_pool_str343[sizeof("pe")]; - char uniname2ctype_pool_str344[sizeof("idsbinaryoperator")]; - char uniname2ctype_pool_str346[sizeof("sd")]; - char uniname2ctype_pool_str347[sizeof("mongolian")]; - char uniname2ctype_pool_str352[sizeof("mandaic")]; - char uniname2ctype_pool_str353[sizeof("softdotted")]; - char uniname2ctype_pool_str355[sizeof("armn")]; - char uniname2ctype_pool_str357[sizeof("otherpunctuation")]; - char uniname2ctype_pool_str359[sizeof("privateuse")]; - char uniname2ctype_pool_str360[sizeof("armi")]; - char uniname2ctype_pool_str363[sizeof("uideo")]; - char uniname2ctype_pool_str365[sizeof("taml")]; - char uniname2ctype_pool_str366[sizeof("tamil")]; - char uniname2ctype_pool_str370[sizeof("armenian")]; - char uniname2ctype_pool_str378[sizeof("deseret")]; - char uniname2ctype_pool_str379[sizeof("unassigned")]; - char uniname2ctype_pool_str380[sizeof("ethiopic")]; - char uniname2ctype_pool_str382[sizeof("taitham")]; - char uniname2ctype_pool_str383[sizeof("cham")]; - char uniname2ctype_pool_str384[sizeof("defaultignorablecodepoint")]; - char uniname2ctype_pool_str385[sizeof("omath")]; - char uniname2ctype_pool_str387[sizeof("ids")]; - char uniname2ctype_pool_str391[sizeof("finalpunctuation")]; - char uniname2ctype_pool_str393[sizeof("lisu")]; - char uniname2ctype_pool_str394[sizeof("assigned")]; - char uniname2ctype_pool_str395[sizeof("otheruppercase")]; - char uniname2ctype_pool_str403[sizeof("saur")]; - char uniname2ctype_pool_str412[sizeof("math")]; - char uniname2ctype_pool_str413[sizeof("glagolitic")]; - char uniname2ctype_pool_str414[sizeof("patternwhitespace")]; - char uniname2ctype_pool_str415[sizeof("patws")]; - char uniname2ctype_pool_str416[sizeof("mtei")]; - char uniname2ctype_pool_str419[sizeof("rjng")]; - char uniname2ctype_pool_str423[sizeof("term")]; - char uniname2ctype_pool_str424[sizeof("me")]; - char uniname2ctype_pool_str427[sizeof("gothic")]; - char uniname2ctype_pool_str430[sizeof("cwl")]; - char uniname2ctype_pool_str436[sizeof("space")]; - char uniname2ctype_pool_str441[sizeof("pf")]; - char uniname2ctype_pool_str442[sizeof("mand")]; - char uniname2ctype_pool_str445[sizeof("tagbanwa")]; - char uniname2ctype_pool_str446[sizeof("sundanese")]; - char uniname2ctype_pool_str447[sizeof("lower")]; - char uniname2ctype_pool_str451[sizeof("pd")]; - char uniname2ctype_pool_str455[sizeof("hang")]; - char uniname2ctype_pool_str458[sizeof("separator")]; - char uniname2ctype_pool_str462[sizeof("geor")]; - char uniname2ctype_pool_str463[sizeof("othermath")]; - char uniname2ctype_pool_str465[sizeof("georgian")]; - char uniname2ctype_pool_str467[sizeof("osma")]; - char uniname2ctype_pool_str468[sizeof("graph")]; - char uniname2ctype_pool_str473[sizeof("ogrext")]; - char uniname2ctype_pool_str474[sizeof("goth")]; - char uniname2ctype_pool_str479[sizeof("p")]; - char uniname2ctype_pool_str482[sizeof("cwt")]; - char uniname2ctype_pool_str483[sizeof("samr")]; - char uniname2ctype_pool_str485[sizeof("lowercase")]; - char uniname2ctype_pool_str486[sizeof("lu")]; - char uniname2ctype_pool_str487[sizeof("samaritan")]; - char uniname2ctype_pool_str488[sizeof("lowercaseletter")]; - char uniname2ctype_pool_str489[sizeof("sund")]; - char uniname2ctype_pool_str491[sizeof("grext")]; - char uniname2ctype_pool_str494[sizeof("changeswhenuppercased")]; - char uniname2ctype_pool_str496[sizeof("logicalorderexception")]; - char uniname2ctype_pool_str500[sizeof("modifierletter")]; - char uniname2ctype_pool_str504[sizeof("ahex")]; - char uniname2ctype_pool_str505[sizeof("ext")]; - char uniname2ctype_pool_str509[sizeof("ps")]; - char uniname2ctype_pool_str511[sizeof("deprecated")]; - char uniname2ctype_pool_str512[sizeof("xidc")]; - char uniname2ctype_pool_str518[sizeof("zp")]; - char uniname2ctype_pool_str520[sizeof("punct")]; - char uniname2ctype_pool_str523[sizeof("oupper")]; - char uniname2ctype_pool_str524[sizeof("cwcf")]; - char uniname2ctype_pool_str527[sizeof("tfng")]; - char uniname2ctype_pool_str532[sizeof("saurashtra")]; - char uniname2ctype_pool_str537[sizeof("dashpunctuation")]; - char uniname2ctype_pool_str538[sizeof("digit")]; - char uniname2ctype_pool_str539[sizeof("newline")]; - char uniname2ctype_pool_str540[sizeof("sterm")]; - char uniname2ctype_pool_str546[sizeof("newtailue")]; - char uniname2ctype_pool_str547[sizeof("word")]; - char uniname2ctype_pool_str550[sizeof("phagspa")]; - char uniname2ctype_pool_str552[sizeof("xidstart")]; - char uniname2ctype_pool_str557[sizeof("changeswhencasemapped")]; - char uniname2ctype_pool_str563[sizeof("linb")]; - char uniname2ctype_pool_str564[sizeof("bali")]; - char uniname2ctype_pool_str566[sizeof("idstrinaryoperator")]; - char uniname2ctype_pool_str571[sizeof("telugu")]; - char uniname2ctype_pool_str573[sizeof("xdigit")]; - char uniname2ctype_pool_str574[sizeof("arab")]; - char uniname2ctype_pool_str575[sizeof("xidcontinue")]; - char uniname2ctype_pool_str576[sizeof("spaceseparator")]; - char uniname2ctype_pool_str577[sizeof("graphemebase")]; - char uniname2ctype_pool_str578[sizeof("brai")]; - char uniname2ctype_pool_str580[sizeof("limbu")]; - char uniname2ctype_pool_str583[sizeof("openpunctuation")]; - char uniname2ctype_pool_str584[sizeof("linearb")]; - char uniname2ctype_pool_str587[sizeof("paragraphseparator")]; - char uniname2ctype_pool_str591[sizeof("brahmi")]; - char uniname2ctype_pool_str597[sizeof("caseignorable")]; - char uniname2ctype_pool_str599[sizeof("tibetan")]; - char uniname2ctype_pool_str603[sizeof("extender")]; - char uniname2ctype_pool_str608[sizeof("number")]; - char uniname2ctype_pool_str613[sizeof("tibt")]; - char uniname2ctype_pool_str614[sizeof("shaw")]; - char uniname2ctype_pool_str617[sizeof("bengali")]; - char uniname2ctype_pool_str618[sizeof("brah")]; - char uniname2ctype_pool_str625[sizeof("braille")]; - char uniname2ctype_pool_str633[sizeof("graphemeextend")]; - char uniname2ctype_pool_str637[sizeof("dep")]; - char uniname2ctype_pool_str641[sizeof("m")]; - char uniname2ctype_pool_str645[sizeof("xids")]; - char uniname2ctype_pool_str646[sizeof("lm")]; - char uniname2ctype_pool_str653[sizeof("gujr")]; - char uniname2ctype_pool_str656[sizeof("ugar")]; - char uniname2ctype_pool_str657[sizeof("gujarati")]; - char uniname2ctype_pool_str659[sizeof("balinese")]; - char uniname2ctype_pool_str660[sizeof("bidic")]; - char uniname2ctype_pool_str662[sizeof("hebr")]; - char uniname2ctype_pool_str667[sizeof("malayalam")]; - char uniname2ctype_pool_str671[sizeof("bidicontrol")]; - char uniname2ctype_pool_str673[sizeof("ugaritic")]; - char uniname2ctype_pool_str675[sizeof("whitespace")]; - char uniname2ctype_pool_str676[sizeof("cuneiform")]; - char uniname2ctype_pool_str679[sizeof("olck")]; - char uniname2ctype_pool_str681[sizeof("nko")]; - char uniname2ctype_pool_str682[sizeof("nkoo")]; - char uniname2ctype_pool_str687[sizeof("xpeo")]; - char uniname2ctype_pool_str688[sizeof("phag")]; - char uniname2ctype_pool_str691[sizeof("phnx")]; - char uniname2ctype_pool_str692[sizeof("kana")]; - char uniname2ctype_pool_str693[sizeof("olchiki")]; - char uniname2ctype_pool_str694[sizeof("kali")]; - char uniname2ctype_pool_str701[sizeof("sarb")]; - char uniname2ctype_pool_str705[sizeof("patternsyntax")]; - char uniname2ctype_pool_str710[sizeof("nonspacingmark")]; - char uniname2ctype_pool_str714[sizeof("kaithi")]; - char uniname2ctype_pool_str718[sizeof("lyci")]; - char uniname2ctype_pool_str719[sizeof("mong")]; - char uniname2ctype_pool_str720[sizeof("ogam")]; - char uniname2ctype_pool_str721[sizeof("lycian")]; - char uniname2ctype_pool_str722[sizeof("yi")]; - char uniname2ctype_pool_str725[sizeof("cyrl")]; - char uniname2ctype_pool_str727[sizeof("katakana")]; - char uniname2ctype_pool_str729[sizeof("orya")]; - char uniname2ctype_pool_str730[sizeof("cyrillic")]; - char uniname2ctype_pool_str735[sizeof("yiii")]; - char uniname2ctype_pool_str741[sizeof("upper")]; - char uniname2ctype_pool_str742[sizeof("punctuation")]; - char uniname2ctype_pool_str743[sizeof("orkh")]; - char uniname2ctype_pool_str744[sizeof("cwcm")]; - char uniname2ctype_pool_str748[sizeof("khar")]; - char uniname2ctype_pool_str764[sizeof("kthi")]; - char uniname2ctype_pool_str765[sizeof("ogham")]; - char uniname2ctype_pool_str776[sizeof("sm")]; - char uniname2ctype_pool_str779[sizeof("uppercase")]; - char uniname2ctype_pool_str782[sizeof("uppercaseletter")]; - char uniname2ctype_pool_str785[sizeof("bopo")]; - char uniname2ctype_pool_str789[sizeof("glag")]; - char uniname2ctype_pool_str790[sizeof("knda")]; - char uniname2ctype_pool_str791[sizeof("bopomofo")]; - char uniname2ctype_pool_str792[sizeof("idsb")]; - char uniname2ctype_pool_str799[sizeof("alphabetic")]; - char uniname2ctype_pool_str800[sizeof("kannada")]; - char uniname2ctype_pool_str812[sizeof("tglg")]; - char uniname2ctype_pool_str813[sizeof("unifiedideograph")]; - char uniname2ctype_pool_str820[sizeof("tagalog")]; - char uniname2ctype_pool_str821[sizeof("currencysymbol")]; - char uniname2ctype_pool_str822[sizeof("lydi")]; - char uniname2ctype_pool_str825[sizeof("lydian")]; - char uniname2ctype_pool_str830[sizeof("cherokee")]; - char uniname2ctype_pool_str839[sizeof("surrogate")]; - char uniname2ctype_pool_str842[sizeof("sylo")]; - char uniname2ctype_pool_str853[sizeof("rejang")]; - char uniname2ctype_pool_str855[sizeof("syrc")]; - char uniname2ctype_pool_str858[sizeof("syriac")]; - char uniname2ctype_pool_str869[sizeof("sylotinagri")]; - char uniname2ctype_pool_str877[sizeof("limb")]; - char uniname2ctype_pool_str881[sizeof("kharoshthi")]; - char uniname2ctype_pool_str887[sizeof("hex")]; - char uniname2ctype_pool_str889[sizeof("guru")]; - char uniname2ctype_pool_str891[sizeof("enclosingmark")]; - char uniname2ctype_pool_str899[sizeof("wspace")]; - char uniname2ctype_pool_str902[sizeof("cwu")]; - char uniname2ctype_pool_str910[sizeof("oldsoutharabian")]; - char uniname2ctype_pool_str917[sizeof("imperialaramaic")]; - char uniname2ctype_pool_str918[sizeof("hexdigit")]; - char uniname2ctype_pool_str938[sizeof("buhd")]; - char uniname2ctype_pool_str939[sizeof("buhid")]; - char uniname2ctype_pool_str944[sizeof("othergraphemeextend")]; - char uniname2ctype_pool_str966[sizeof("tagb")]; - char uniname2ctype_pool_str972[sizeof("quotationmark")]; - char uniname2ctype_pool_str977[sizeof("cypriot")]; - char uniname2ctype_pool_str986[sizeof("beng")]; - char uniname2ctype_pool_str994[sizeof("modifiersymbol")]; - char uniname2ctype_pool_str1001[sizeof("qmark")]; - char uniname2ctype_pool_str1006[sizeof("hyphen")]; - char uniname2ctype_pool_str1017[sizeof("mark")]; - char uniname2ctype_pool_str1051[sizeof("grbase")]; - char uniname2ctype_pool_str1057[sizeof("myanmar")]; - char uniname2ctype_pool_str1061[sizeof("khmr")]; - char uniname2ctype_pool_str1062[sizeof("khmer")]; - char uniname2ctype_pool_str1065[sizeof("spacingmark")]; - char uniname2ctype_pool_str1069[sizeof("mathsymbol")]; - char uniname2ctype_pool_str1109[sizeof("bamu")]; - char uniname2ctype_pool_str1112[sizeof("meeteimayek")]; - char uniname2ctype_pool_str1128[sizeof("grek")]; - char uniname2ctype_pool_str1129[sizeof("greek")]; - char uniname2ctype_pool_str1160[sizeof("xsux")]; - char uniname2ctype_pool_str1166[sizeof("symbol")]; - char uniname2ctype_pool_str1168[sizeof("osmanya")]; - char uniname2ctype_pool_str1180[sizeof("bugi")]; - char uniname2ctype_pool_str1190[sizeof("bamum")]; - char uniname2ctype_pool_str1222[sizeof("blank")]; - char uniname2ctype_pool_str1247[sizeof("batk")]; - char uniname2ctype_pool_str1248[sizeof("batak")]; - char uniname2ctype_pool_str1275[sizeof("buginese")]; - char uniname2ctype_pool_str1332[sizeof("gurmukhi")]; - char uniname2ctype_pool_str1345[sizeof("unknown")]; - char uniname2ctype_pool_str1346[sizeof("mlym")]; - char uniname2ctype_pool_str1360[sizeof("mymr")]; - char uniname2ctype_pool_str1379[sizeof("egyp")]; - char uniname2ctype_pool_str1395[sizeof("kayahli")]; - char uniname2ctype_pool_str1412[sizeof("any")]; - char uniname2ctype_pool_str1472[sizeof("sk")]; - char uniname2ctype_pool_str1482[sizeof("hebrew")]; - char uniname2ctype_pool_str1751[sizeof("grlink")]; - char uniname2ctype_pool_str1811[sizeof("graphemelink")]; - char uniname2ctype_pool_str2016[sizeof("egyptianhieroglyphs")]; - char uniname2ctype_pool_str2136[sizeof("zyyy")]; #endif /* USE_UNICODE_PROPERTIES */ }; static const struct uniname2ctype_pool_t uniname2ctype_pool_contents = @@ -17792,401 +22701,410 @@ static const struct uniname2ctype_pool_t uniname2ctype_pool_contents = "print", "punct", #else /* USE_UNICODE_PROPERTIES */ - "c", - "cc", - "co", - "l", - "lo", - "no", "n", "ll", "cn", - "nl", "lao", "laoo", - "qaac", - "control", - "joinc", - "ci", - "java", "lana", - "qaai", - "oalpha", - "joincontrol", "vai", "vaii", - "arabic", "cari", - "oriya", "carian", - "cntrl", "zl", - "connectorpunctuation", - "olower", "latn", "latin", "ital", - "lt", "hano", - "canadianaboriginal", - "han", - "hanunoo", - "tavt", - "z", - "hangul", "hani", - "nchar", - "avestan", "hira", - "tale", "thaa", - "initialpunctuation", - "variationselector", - "hiragana", "thai", - "taile", - "lineseparator", "other", "thaana", - "zinh", - "loe", - "otherletter", "othernumber", - "idc", - "oidc", - "cher", - "javanese", - "letter", - "olditalic", "di", "odi", "dia", - "titlecaseletter", - "taiviet", - "sc", - "oldturkic", - "so", - "noncharactercodepoint", - "diacritic", - "oldpersian", - "ethi", "radical", - "letternumber", - "cans", "zzzz", - "otheralphabetic", - "ascii", "otherlowercase", "terminalpunctuation", - "otheridstart", - "sinhala", - "otheridcontinue", "deva", "ideo", - "avst", - "format", "devanagari", - "inherited", - "ideographic", - "cf", - "sinh", - "tifinagh", - "idcontinue", - "shavian", - "inscriptionalparthian", "nd", - "othersymbol", - "pc", "po", - "decimalnumber", - "asciihexdigit", - "coptic", - "inscriptionalpahlavi", - "cased", - "oids", - "changeswhenlowercased", #endif /* USE_UNICODE_PROPERTIES */ "alpha", #ifdef USE_UNICODE_PROPERTIES - "pi", - "s", - "runic", - "cs", - "vs", "copt", - "otherdefaultignorablecodepoint", - "closepunctuation", - "idst", - "talu", - "runr", - "dsrt", "cprt", - "patsyn", - "lepc", - "dash", - "prti", - "print", - "idstart", - "zs", "phli", - "lepcha", - "changeswhentitlecased", - "phoenician", - "mc", - "telu", - "mn", - "changeswhencasefolded", - "common", -#endif /* USE_UNICODE_PROPERTIES */ - "alnum", -#ifndef USE_UNICODE_PROPERTIES - "xdigit", - "newline", - "upper", - "ascii", - "cntrl", -#else /* USE_UNICODE_PROPERTIES */ - "pe", - "idsbinaryoperator", "sd", - "mongolian", "mandaic", - "softdotted", - "armn", - "otherpunctuation", - "privateuse", - "armi", - "uideo", "taml", "tamil", - "armenian", - "deseret", - "unassigned", - "ethiopic", - "taitham", "cham", - "defaultignorablecodepoint", - "omath", - "ids", - "finalpunctuation", - "lisu", - "assigned", - "otheruppercase", - "saur", "math", - "glagolitic", - "patternwhitespace", - "patws", "mtei", - "rjng", "term", "me", "gothic", - "cwl", -#endif /* USE_UNICODE_PROPERTIES */ - "space", -#ifndef USE_UNICODE_PROPERTIES - "word", -#else /* USE_UNICODE_PROPERTIES */ - "pf", - "mand", "tagbanwa", - "sundanese", -#endif /* USE_UNICODE_PROPERTIES */ - "lower", -#ifdef USE_UNICODE_PROPERTIES - "pd", - "hang", - "separator", - "geor", - "othermath", - "georgian", - "osma", -#endif /* USE_UNICODE_PROPERTIES */ - "graph", -#ifdef USE_UNICODE_PROPERTIES - "ogrext", "goth", "p", - "cwt", - "samr", - "lowercase", - "lu", - "samaritan", - "lowercaseletter", - "sund", - "grext", - "changeswhenuppercased", "logicalorderexception", - "modifierletter", "ahex", "ext", - "ps", - "deprecated", - "xidc", - "zp", - "punct", - "oupper", - "cwcf", - "tfng", "saurashtra", - "dashpunctuation", -#endif /* USE_UNICODE_PROPERTIES */ "digit", -#ifndef USE_UNICODE_PROPERTIES - "blank" -#else /* USE_UNICODE_PROPERTIES */ - "newline", - "sterm", - "newtailue", - "word", "phagspa", - "xidstart", - "changeswhencasemapped", - "linb", - "bali", - "idstrinaryoperator", - "telugu", "xdigit", - "arab", "xidcontinue", - "spaceseparator", - "graphemebase", - "brai", - "limbu", - "openpunctuation", - "linearb", - "paragraphseparator", - "brahmi", - "caseignorable", - "tibetan", - "extender", - "number", - "tibt", - "shaw", - "bengali", - "brah", - "braille", - "graphemeextend", - "dep", - "m", - "xids", - "lm", - "gujr", - "ugar", - "gujarati", - "balinese", - "bidic", - "hebr", - "malayalam", - "bidicontrol", - "ugaritic", - "whitespace", - "cuneiform", - "olck", "nko", "nkoo", - "xpeo", "phag", - "phnx", "kana", - "olchiki", "kali", - "sarb", - "patternsyntax", - "nonspacingmark", - "kaithi", - "lyci", - "mong", - "ogam", - "lycian", "yi", "cyrl", - "katakana", "orya", - "cyrillic", "yiii", - "upper", - "punctuation", - "orkh", - "cwcm", - "khar", "kthi", - "ogham", - "sm", - "uppercase", - "uppercaseletter", - "bopo", "glag", - "knda", - "bopomofo", - "idsb", - "alphabetic", - "kannada", "tglg", - "unifiedideograph", - "tagalog", - "currencysymbol", - "lydi", - "lydian", - "cherokee", - "surrogate", "sylo", - "rejang", "syrc", "syriac", - "sylotinagri", - "limb", - "kharoshthi", - "hex", - "guru", "enclosingmark", - "wspace", - "cwu", "oldsoutharabian", - "imperialaramaic", - "hexdigit", "buhd", - "buhid", "othergraphemeextend", - "tagb", - "quotationmark", - "cypriot", - "beng", - "modifiersymbol", - "qmark", - "hyphen", "mark", "grbase", - "myanmar", "khmr", "khmer", "spacingmark", - "mathsymbol", "bamu", - "meeteimayek", - "grek", - "greek", - "xsux", "symbol", "osmanya", "bugi", "bamum", - "blank", - "batk", - "batak", - "buginese", - "gurmukhi", - "unknown", "mlym", "mymr", "egyp", - "kayahli", "any", - "sk", - "hebrew", "grlink", "graphemelink", "egyptianhieroglyphs", "zyyy" #endif /* USE_UNICODE_PROPERTIES */ @@ -18207,656 +23125,622 @@ uniname2ctype_p (str, len) { #ifdef USE_UNICODE_PROPERTIES {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str3, 17}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str5, 18}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str7, 21}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str9, 23}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str10, 26}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str12, 36}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str13, 33}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str14, 24}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str15, 20}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str16, 35}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str18, 93}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str19, 93}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str20, 127}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str22, 18}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str23, 170}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str25, 59}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str27, 157}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str28, 150}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str30, 113}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str33, 178}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str34, 170}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str37, 142}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str38, 142}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str40, 79}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str41, 147}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str43, 86}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str44, 147}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str46, 3}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str48, 51}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str49, 38}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str50, 182}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str51, 74}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str52, 74}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str56, 110}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str66, 27}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str70, 115}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str71, 100}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str73, 108}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str75, 115}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str76, 151}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str77, 50}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str78, 97}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str79, 108}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str81, 184}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str83, 152}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str91, 105}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str96, 119}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str99, 81}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str100, 42}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str101, 197}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str102, 105}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str103, 92}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str104, 119}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str105, 51}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str106, 17}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str108, 81}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str110, 113}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str111, 193}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str116, 26}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str118, 36}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str121, 66}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str123, 195}, {-1}, {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str125, 99}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str126, 157}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str127, 23}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str128, 110}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str129, 69}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str132, 190}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str133, 180}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str135, 27}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str136, 151}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str138, 46}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str139, 163}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str140, 49}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str141, 184}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str144, 180}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str145, 132}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str147, 98}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str148, 188}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str151, 35}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str152, 100}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str156, 200}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str157, 178}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str158, 14}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str159, 182}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str161, 174}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str166, 194}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str169, 91}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str171, 195}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str172, 82}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str173, 179}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str180, 152}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str186, 19}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str189, 82}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str193, 113}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str197, 179}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str203, 19}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str206, 91}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str207, 130}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str208, 66}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str212, 122}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str214, 161}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str218, 34}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str232, 49}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str243, 38}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str245, 43}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str246, 34}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str247, 177}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str250, 127}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str251, 162}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str252, 58}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str256, 194}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str258, 60}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str262, 1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str263, 42}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str269, 45}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str270, 102}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str271, 22}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str275, 197}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str276, 127}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str280, 190}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str281, 40}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str284, 187}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str285, 128}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str286, 102}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str291, 112}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str292, 124}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str294, 199}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str299, 140}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str301, 171}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str302, 161}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str303, 7}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str305, 65}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str308, 53}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str309, 162}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str314, 140}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str317, 62}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str319, 136}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str324, 30}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str329, 88}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str334, 32}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str337, 63}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str341, 73}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str342, 13}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str343, 40}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str344, 186}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str346, 192}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str347, 104}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str352, 167}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str353, 192}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str355, 77}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str357, 43}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str359, 21}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str360, 159}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str363, 189}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str365, 87}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str366, 87}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str370, 77}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str378, 112}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str379, 20}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str380, 98}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str382, 150}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str383, 149}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str384, 69}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str385, 175}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str387, 65}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str391, 41}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str393, 155}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str394, 16}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str395, 183}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str403, 143}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str412, 54}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str413, 129}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str414, 198}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str415, 198}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str416, 158}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str419, 145}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str423, 174}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str424, 31}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str427, 111}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str430, 60}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str436, 9}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str441, 41}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str442, 167}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str445, 117}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str446, 139}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str447, 6}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str451, 39}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str455, 97}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str458, 50}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str462, 96}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str463, 175}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str465, 96}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str467, 123}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str468, 5}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str473, 185}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str474, 111}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str479, 37}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str482, 62}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str483, 154}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str485, 56}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str486, 28}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str487, 154}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str488, 24}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str489, 139}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str491, 70}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str494, 61}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str496, 193}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str500, 25}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str504, 177}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str505, 181}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str509, 44}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str511, 191}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str512, 68}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str518, 52}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str520, 8}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str523, 183}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str524, 63}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str527, 130}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str532, 143}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str537, 39}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str538, 4}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str539, 0}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str540, 196}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str546, 128}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str547, 12}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str550, 137}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str552, 67}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str557, 64}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str563, 120}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str564, 134}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str566, 187}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str571, 88}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str573, 11}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str574, 79}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str575, 68}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str576, 53}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str577, 71}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str578, 125}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str580, 118}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str583, 44}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str584, 120}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str587, 52}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str591, 166}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str597, 59}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str599, 94}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str603, 181}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str608, 33}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str613, 94}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str614, 122}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str617, 83}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str618, 166}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str625, 125}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str633, 70}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str637, 191}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str641, 29}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str645, 67}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str646, 25}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str653, 85}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str656, 121}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str657, 85}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str659, 134}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str660, 169}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str662, 78}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str667, 90}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str671, 169}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str673, 121}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str675, 168}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str676, 135}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str679, 141}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str681, 138}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str682, 138}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str687, 132}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str688, 137}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str691, 136}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str692, 106}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str693, 141}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str694, 144}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str701, 160}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str705, 199}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str710, 32}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str714, 164}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str718, 146}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str719, 104}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str720, 101}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str721, 146}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str722, 109}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str725, 76}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str727, 106}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str729, 86}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str730, 76}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str735, 109}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str741, 10}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str742, 37}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str743, 163}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str744, 64}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str748, 133}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str764, 164}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str765, 101}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str776, 48}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str779, 57}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str782, 28}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str785, 107}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str789, 129}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str790, 89}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str791, 107}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str792, 186}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str799, 55}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str800, 89}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str812, 114}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str813, 189}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str820, 114}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str821, 46}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str822, 148}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str825, 148}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str830, 99}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str839, 22}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str842, 131}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str853, 145}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str855, 80}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str858, 80}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str869, 131}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str877, 118}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str881, 133}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str887, 176}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str889, 84}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str891, 31}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str899, 168}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str902, 61}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str910, 160}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str917, 159}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str918, 176}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str938, 116}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str939, 116}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str944, 185}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str966, 117}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str972, 173}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str977, 124}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str986, 83}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str994, 47}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1001, 173}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1006, 172}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1017, 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}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1051, 71}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1057, 95}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1061, 103}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1062, 103}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1065, 30}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1069, 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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1109, 156}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1112, 158}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1128, 75}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1129, 75}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1160, 135}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1166, 45}, - {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1168, 123}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1180, 126}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1190, 156}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1222, 2}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1247, 165}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1248, 165}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1275, 126}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1332, 84}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1345, 200}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1346, 90}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1360, 95}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1379, 153}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1395, 144}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1412, 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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1472, 47}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1482, 78}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18865,6 +23749,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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18872,13 +23757,22 @@ 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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18903,21 +23797,9 @@ uniname2ctype_p (str, len) {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str20, 4}, {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str21, 2} #else /* USE_UNICODE_PROPERTIES */ - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1751, 72}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str1811, 72}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18927,6 +23809,8 @@ 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}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18934,8 +23818,8 @@ 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}, - {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str2016, 153}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, @@ -18950,7 +23834,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}, - {(int)(long)&((struct uniname2ctype_pool_t *)0)->uniname2ctype_pool_str2136, 73} #endif /* USE_UNICODE_PROPERTIES */ }; @@ -14934,6 +14934,4889 @@ static const OnigCodePoint CR_Unknown[] = { }; /* CR_Unknown */ #endif /* USE_UNICODE_PROPERTIES */ /* 'NEWLINE': [[:NEWLINE:]] */ static const OnigCodePoint CR_NEWLINE[] = { 1, @@ -17239,6 +22122,18 @@ static const OnigCodePoint* const CodeRanges[] = { CR_Pattern_White_Space, CR_Pattern_Syntax, CR_Unknown, #endif /* USE_UNICODE_PROPERTIES */ }; struct uniname2ctype_struct { @@ -17625,6 +22520,18 @@ zinh, 113 qaai, 113 zyyy, 73 zzzz, 200 #endif /* USE_UNICODE_PROPERTIES */ %% static int @@ -14934,6 +14934,4889 @@ static const OnigCodePoint CR_Unknown[] = { }; /* CR_Unknown */ #endif /* USE_UNICODE_PROPERTIES */ /* 'NEWLINE': [[:NEWLINE:]] */ static const OnigCodePoint CR_NEWLINE[] = { 1, @@ -17239,6 +22122,18 @@ static const OnigCodePoint* const CodeRanges[] = { CR_Pattern_White_Space, CR_Pattern_Syntax, CR_Unknown, #endif /* USE_UNICODE_PROPERTIES */ }; struct uniname2ctype_struct { @@ -17625,6 +22520,18 @@ zinh, 113 qaai, 113 zyyy, 73 zzzz, 200 #endif /* USE_UNICODE_PROPERTIES */ %% static int @@ -798,6 +798,25 @@ class TestRegexp < Test::Unit::TestCase assert_nothing_raised { 0x7fffffff.chr("utf-8").size } end def test_matchdata a = "haystack".match(/hay/) b = "haystack".match(/hay/) @@ -4,8 +4,8 @@ # property names and POSIX character classes # # To use this, get UnicodeData.txt, Scripts.txt, PropList.txt, -# PropertyAliases.txt, PropertyValueAliases.txt, and -# DerivedCoreProperties.txt from unicode.org. # (http://unicode.org/Public/UNIDATA/) And run following command. # ruby1.9 tool/enc-unicode.rb data_dir > enc/unicode/name2ctype.kwd # You can get source file for gperf. After this, simply make ruby. @@ -174,6 +174,32 @@ def parse_aliases(data) kv end $const_cache = {} # make_const(property, pairs, name): Prints a 'static const' structure for a # given property, group of paired codepoints, and a human-friendly name for @@ -202,6 +228,10 @@ def normalize_propname(name) name end def get_file(name) File.join(ARGV[0], name) end @@ -224,6 +254,7 @@ end props.concat parse_scripts(data) puts '#endif /* USE_UNICODE_PROPERTIES */' aliases = parse_aliases(data) define_posix_props(data) POSIX_NAMES.each do |name| make_const(name, data[name], "[[:#{name}:]]") @@ -235,6 +266,7 @@ __HEREDOC POSIX_NAMES.each{|name|puts" CR_#{name},"} puts "#ifdef USE_UNICODE_PROPERTIES" props.each{|name|puts" CR_#{name},"} puts(<<'__HEREDOC') #endif /* USE_UNICODE_PROPERTIES */ @@ -268,6 +300,12 @@ aliases.each_pair do |k, v| next unless v = name_to_index[v] puts "%-40s %3d" % [k + ',', v] end puts(<<'__HEREDOC') #endif /* USE_UNICODE_PROPERTIES */ %% |