UC_CATEGORY_Lo    110 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Lo;
UC_CATEGORY_Lo    152 maint/gnulib/lib/unictype.in.h #define UC_OTHER_LETTER              UC_CATEGORY_Lo
UC_CATEGORY_Lo     34 maint/gnulib/lib/unictype/categ_Lo.c const uc_general_category_t UC_CATEGORY_Lo =
UC_CATEGORY_Lo    130 maint/gnulib/lib/unictype/categ_byname.c             return UC_CATEGORY_Lo;
UC_CATEGORY_Lo    466 maint/gnulib/tests/unictype/test-categ_Lo.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Lo)
UC_CATEGORY_Lo     46 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Lo"), UC_CATEGORY_Lo));
UC_CATEGORY_Lo    101 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("OTHER LETTER"), UC_CATEGORY_Lo));
UC_CATEGORY_Lo    102 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Other Letter"), UC_CATEGORY_Lo));
UC_CATEGORY_Lo    103 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Other_Letter"), UC_CATEGORY_Lo));
UC_CATEGORY_Lo    104 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("OtherLetter"), UC_CATEGORY_Lo));