UC_CATEGORY_LC 105 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_LC; UC_CATEGORY_LC 147 maint/gnulib/lib/unictype.in.h #define UC_CASED_LETTER UC_CATEGORY_LC UC_CATEGORY_LC 34 maint/gnulib/lib/unictype/categ_LC.c const uc_general_category_t UC_CATEGORY_LC = UC_CATEGORY_LC 120 maint/gnulib/lib/unictype/categ_byname.c return UC_CATEGORY_LC; UC_CATEGORY_LC 147 maint/gnulib/tests/unictype/test-categ_LC.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_LC) UC_CATEGORY_LC 41 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("LC"), UC_CATEGORY_LC)); UC_CATEGORY_LC 81 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("CASED LETTER"), UC_CATEGORY_LC)); UC_CATEGORY_LC 82 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Cased Letter"), UC_CATEGORY_LC)); UC_CATEGORY_LC 83 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Cased_Letter"), UC_CATEGORY_LC)); UC_CATEGORY_LC 84 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("CasedLetter"), UC_CATEGORY_LC));