ucs_symbol       5891 maint/gnulib/lib/gen-uni-tables.c   strcpy (buf, ucs_symbol (low));
ucs_symbol       5893 maint/gnulib/lib/gen-uni-tables.c   strcat (buf, ucs_symbol (high));
ucs_symbol       5931 maint/gnulib/lib/gen-uni-tables.c             strcpy (buf, ucs_symbol (low));
ucs_symbol       5979 maint/gnulib/lib/gen-uni-tables.c         strcat (buf, ucs_symbol (i));
ucs_symbol       5981 maint/gnulib/lib/gen-uni-tables.c         strcat (buf, ucs_symbol (func (i)));
ucs_symbol       6062 maint/gnulib/lib/gen-uni-tables.c                  ucs_symbol (ch), ch, to_upper (ch));
ucs_symbol       6069 maint/gnulib/lib/gen-uni-tables.c                  ucs_symbol (ch), ch, to_lower (ch));
ucs_symbol       6074 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is upper|lower but not alpha\n", ucs_symbol (ch));
ucs_symbol       6079 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is alpha and cntrl\n", ucs_symbol (ch));
ucs_symbol       6081 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is alpha and digit\n", ucs_symbol (ch));
ucs_symbol       6083 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is alpha and punct\n", ucs_symbol (ch));
ucs_symbol       6085 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is alpha and space\n", ucs_symbol (ch));
ucs_symbol       6091 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is space and digit\n", ucs_symbol (ch));
ucs_symbol       6093 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is space and graph\n", ucs_symbol (ch));
ucs_symbol       6095 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is space and xdigit\n", ucs_symbol (ch));
ucs_symbol       6101 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is cntrl and digit\n", ucs_symbol (ch));
ucs_symbol       6103 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is cntrl and punct\n", ucs_symbol (ch));
ucs_symbol       6105 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is cntrl and graph\n", ucs_symbol (ch));
ucs_symbol       6107 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is cntrl and print\n", ucs_symbol (ch));
ucs_symbol       6109 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is cntrl and xdigit\n", ucs_symbol (ch));
ucs_symbol       6115 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is punct and digit\n", ucs_symbol (ch));
ucs_symbol       6117 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is punct and xdigit\n", ucs_symbol (ch));
ucs_symbol       6119 maint/gnulib/lib/gen-uni-tables.c         fprintf (stderr, "%s is punct\n", ucs_symbol (ch));
ucs_symbol       6133 maint/gnulib/lib/gen-uni-tables.c                  "%s is print but not graph|<space>\n", ucs_symbol (ch));
ucs_symbol       6136 maint/gnulib/lib/gen-uni-tables.c                  "%s is graph|<space> but not print\n", ucs_symbol (ch));