UC_CATEGORY_Ll 107 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Ll; UC_CATEGORY_Ll 149 maint/gnulib/lib/unictype.in.h #define UC_LOWERCASE_LETTER UC_CATEGORY_Ll UC_CATEGORY_Ll 34 maint/gnulib/lib/unictype/categ_Ll.c const uc_general_category_t UC_CATEGORY_Ll = UC_CATEGORY_Ll 124 maint/gnulib/lib/unictype/categ_byname.c return UC_CATEGORY_Ll; UC_CATEGORY_Ll 654 maint/gnulib/tests/unictype/test-categ_Ll.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Ll) UC_CATEGORY_Ll 43 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Ll"), UC_CATEGORY_Ll)); UC_CATEGORY_Ll 89 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("LOWERCASE LETTER"), UC_CATEGORY_Ll)); UC_CATEGORY_Ll 90 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Lowercase Letter"), UC_CATEGORY_Ll)); UC_CATEGORY_Ll 91 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Lowercase_Letter"), UC_CATEGORY_Ll)); UC_CATEGORY_Ll 92 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("LowercaseLetter"), UC_CATEGORY_Ll));