UC_CATEGORY_Lm 109 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Lm; UC_CATEGORY_Lm 151 maint/gnulib/lib/unictype.in.h #define UC_MODIFIER_LETTER UC_CATEGORY_Lm UC_CATEGORY_Lm 34 maint/gnulib/lib/unictype/categ_Lm.c const uc_general_category_t UC_CATEGORY_Lm = UC_CATEGORY_Lm 128 maint/gnulib/lib/unictype/categ_byname.c return UC_CATEGORY_Lm; UC_CATEGORY_Lm 78 maint/gnulib/tests/unictype/test-categ_Lm.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Lm) UC_CATEGORY_Lm 45 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Lm"), UC_CATEGORY_Lm)); UC_CATEGORY_Lm 97 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("MODIFIER LETTER"), UC_CATEGORY_Lm)); UC_CATEGORY_Lm 98 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Modifier Letter"), UC_CATEGORY_Lm)); UC_CATEGORY_Lm 99 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("Modifier_Letter"), UC_CATEGORY_Lm)); UC_CATEGORY_Lm 100 maint/gnulib/tests/unictype/test-categ_byname.c ASSERT (category_equals (uc_general_category_byname ("ModifierLetter"), UC_CATEGORY_Lm));