UC_CATEGORY_Cs 139 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Cs; UC_CATEGORY_Cs 181 maint/gnulib/lib/unictype.in.h #define UC_SURROGATE UC_CATEGORY_Cs /* all of them are invalid characters */ UC_CATEGORY_Cs 37 maint/gnulib/lib/unictype/categ_Cs.c const uc_general_category_t UC_CATEGORY_Cs = UC_CATEGORY_Cs 188 maint/gnulib/lib/unictype/categ_byname.c return UC_CATEGORY_Cs; UC_CATEGORY_Cs 22 maint/gnulib/tests/unictype/test-categ_Cs.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Cs) UC_CATEGORY_Cs 75 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Cs"), UC_CATEGORY_Cs)); UC_CATEGORY_Cs 201 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("SURROGATE"), UC_CATEGORY_Cs)); UC_CATEGORY_Cs 202 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Surrogate"), UC_CATEGORY_Cs));