allocated_casefolding_rules 9853 maint/gnulib/lib/gen-uni-tables.c unsigned int allocated_casefolding_rules; allocated_casefolding_rules 9871 maint/gnulib/lib/gen-uni-tables.c allocated_casefolding_rules = 0; allocated_casefolding_rules 9981 maint/gnulib/lib/gen-uni-tables.c if (num_casefolding_rules == allocated_casefolding_rules) allocated_casefolding_rules 9983 maint/gnulib/lib/gen-uni-tables.c allocated_casefolding_rules = 2 * allocated_casefolding_rules; allocated_casefolding_rules 9984 maint/gnulib/lib/gen-uni-tables.c if (allocated_casefolding_rules < 16) allocated_casefolding_rules 9985 maint/gnulib/lib/gen-uni-tables.c allocated_casefolding_rules = 16; allocated_casefolding_rules 9989 maint/gnulib/lib/gen-uni-tables.c allocated_casefolding_rules * sizeof (struct casefold_rule *));