UC_CATEGORY_Cf 138 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Cf; UC_CATEGORY_Cf 180 maint/gnulib/lib/unictype.in.h #define UC_FORMAT UC_CATEGORY_Cf UC_CATEGORY_Cf 34 maint/gnulib/lib/unictype/categ_Cf.c const uc_general_category_t UC_CATEGORY_Cf = UC_CATEGORY_Cf 186 maint/gnulib/lib/unictype/categ_byname.c return UC_CATEGORY_Cf; UC_CATEGORY_Cf 39 maint/gnulib/tests/unictype/test-categ_Cf.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Cf) UC_CATEGORY_Cf 74 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Cf"), UC_CATEGORY_Cf)); UC_CATEGORY_Cf 199 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("FORMAT"), UC_CATEGORY_Cf)); UC_CATEGORY_Cf 200 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Format"), UC_CATEGORY_Cf));