UC_CATEGORY_L     104 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_L;
UC_CATEGORY_L     146 maint/gnulib/lib/unictype.in.h #define UC_LETTER                    UC_CATEGORY_L
UC_CATEGORY_L      34 maint/gnulib/lib/unictype/categ_L.c const uc_general_category_t UC_CATEGORY_L =
UC_CATEGORY_L     118 maint/gnulib/lib/unictype/categ_byname.c             return UC_CATEGORY_L;
UC_CATEGORY_L     592 maint/gnulib/tests/unictype/test-categ_L.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_L)
UC_CATEGORY_L      40 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("L"), UC_CATEGORY_L));
UC_CATEGORY_L      79 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("LETTER"), UC_CATEGORY_L));
UC_CATEGORY_L      80 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Letter"), UC_CATEGORY_L));