Lines Matching defs:utf8data
39 #define UTF8_NAME "utf8data.h"
194 unsigned char *utf8data;
1726 utf8data = calloc(size, 1);
1729 emit(&trees[i], utf8data);
1738 nfdi = utf8data + trees[trees_count-1].index;
1739 nfdicf = utf8data + trees[trees_count-2].index;
2720 trie = utf8data + tree->index;
3301 fprintf(file, "static const struct utf8data utf8nfdicfdata[] = {\n");
3312 fprintf(file, "static const struct utf8data utf8nfdidata[] = {\n");
3323 fprintf(file, "static const unsigned char utf8data[%zd] = {\n",
3335 fprintf(file, "0x%.2x%s", utf8data[j],
3351 fprintf(file, "\t.utf8data = utf8data,\n");