UC_CATEGORY_Po    126 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Po;
UC_CATEGORY_Po    168 maint/gnulib/lib/unictype.in.h #define UC_OTHER_PUNCTUATION         UC_CATEGORY_Po
UC_CATEGORY_Po     34 maint/gnulib/lib/unictype/categ_Po.c const uc_general_category_t UC_CATEGORY_Po =
UC_CATEGORY_Po    162 maint/gnulib/lib/unictype/categ_byname.c             return UC_CATEGORY_Po;
UC_CATEGORY_Po    186 maint/gnulib/tests/unictype/test-categ_Po.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Po)
UC_CATEGORY_Po     62 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Po"), UC_CATEGORY_Po));
UC_CATEGORY_Po    159 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("OTHER PUNCTUATION"), UC_CATEGORY_Po));
UC_CATEGORY_Po    160 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Other Punctuation"), UC_CATEGORY_Po));
UC_CATEGORY_Po    161 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Other_Punctuation"), UC_CATEGORY_Po));
UC_CATEGORY_Po    162 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("OtherPunctuation"), UC_CATEGORY_Po));