UC_CATEGORY_Pc    120 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Pc;
UC_CATEGORY_Pc    162 maint/gnulib/lib/unictype.in.h #define UC_CONNECTOR_PUNCTUATION     UC_CATEGORY_Pc
UC_CATEGORY_Pc     34 maint/gnulib/lib/unictype/categ_Pc.c const uc_general_category_t UC_CATEGORY_Pc =
UC_CATEGORY_Pc    150 maint/gnulib/lib/unictype/categ_byname.c             return UC_CATEGORY_Pc;
UC_CATEGORY_Pc     27 maint/gnulib/tests/unictype/test-categ_Pc.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Pc)
UC_CATEGORY_Pc     56 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Pc"), UC_CATEGORY_Pc));
UC_CATEGORY_Pc    135 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("CONNECTOR PUNCTUATION"), UC_CATEGORY_Pc));
UC_CATEGORY_Pc    136 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Connector Punctuation"), UC_CATEGORY_Pc));
UC_CATEGORY_Pc    137 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Connector_Punctuation"), UC_CATEGORY_Pc));
UC_CATEGORY_Pc    138 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("ConnectorPunctuation"), UC_CATEGORY_Pc));