#if HARDCODE_DATA
fprintf(out, PREF "ac_uint4 _uccase_size = %ld;\n\n",
- (long) (upper_used + lower_used + title_used));
+ (long) (upper_used + lower_used + title_used)*3);
fprintf(out, PREF "ac_uint2 _uccase_len[2] = {%ld, %ld};\n\n",
- (long) upper_used, (long) lower_used);
+ (long) upper_used*3, (long) lower_used*3);
fprintf(out, PREF "ac_uint4 _uccase_map[] = {");
if (upper_used > 0)
0x0000fe70, 0x0000fe74, 0x0000fe76, 0x0000fefc
};
-static const ac_uint4 _uccase_size = 1504;
+static const ac_uint4 _uccase_size = 4512;
-static const ac_uint2 _uccase_len[2] = {745, 755};
+static const ac_uint2 _uccase_len[2] = {2235, 2265};
static const ac_uint4 _uccase_map[] = {
0x00000041, 0x00000061, 0x00000041,