UC_CATEGORY_Lt    108 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Lt;
UC_CATEGORY_Lt    150 maint/gnulib/lib/unictype.in.h #define UC_TITLECASE_LETTER          UC_CATEGORY_Lt
UC_CATEGORY_Lt     34 maint/gnulib/lib/unictype/categ_Lt.c const uc_general_category_t UC_CATEGORY_Lt =
UC_CATEGORY_Lt    126 maint/gnulib/lib/unictype/categ_byname.c             return UC_CATEGORY_Lt;
UC_CATEGORY_Lt     49 maint/gnulib/lib/unictype/pr_titlecase.c   return uc_is_general_category (uc, UC_CATEGORY_Lt);
UC_CATEGORY_Lt     31 maint/gnulib/tests/unictype/test-categ_Lt.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Lt)
UC_CATEGORY_Lt     44 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Lt"), UC_CATEGORY_Lt));
UC_CATEGORY_Lt     93 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("TITLECASE LETTER"), UC_CATEGORY_Lt));
UC_CATEGORY_Lt     94 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Titlecase Letter"), UC_CATEGORY_Lt));
UC_CATEGORY_Lt     95 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Titlecase_Letter"), UC_CATEGORY_Lt));
UC_CATEGORY_Lt     96 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("TitlecaseLetter"), UC_CATEGORY_Lt));