UC_CATEGORY_Nl    117 maint/gnulib/lib/unictype.in.h extern const uc_general_category_t UC_CATEGORY_Nl;
UC_CATEGORY_Nl    159 maint/gnulib/lib/unictype.in.h #define UC_LETTER_NUMBER             UC_CATEGORY_Nl
UC_CATEGORY_Nl     34 maint/gnulib/lib/unictype/categ_Nl.c const uc_general_category_t UC_CATEGORY_Nl =
UC_CATEGORY_Nl    144 maint/gnulib/lib/unictype/categ_byname.c             return UC_CATEGORY_Nl;
UC_CATEGORY_Nl     33 maint/gnulib/tests/unictype/test-categ_Nl.c #define PREDICATE(c) uc_is_general_category (c, UC_CATEGORY_Nl)
UC_CATEGORY_Nl     53 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Nl"), UC_CATEGORY_Nl));
UC_CATEGORY_Nl    125 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("LETTER NUMBER"), UC_CATEGORY_Nl));
UC_CATEGORY_Nl    126 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Letter Number"), UC_CATEGORY_Nl));
UC_CATEGORY_Nl    127 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("Letter_Number"), UC_CATEGORY_Nl));
UC_CATEGORY_Nl    128 maint/gnulib/tests/unictype/test-categ_byname.c   ASSERT (category_equals (uc_general_category_byname ("LetterNumber"), UC_CATEGORY_Nl));
UC_CATEGORY_Nl     29 maint/gnulib/tests/unictype/test-categ_longname.c   ASSERT (strcmp (uc_general_category_long_name (UC_CATEGORY_Nl), "Letter Number") == 0);
UC_CATEGORY_Nl     30 maint/gnulib/tests/unictype/test-categ_longname.c   ASSERT (uc_general_category_long_name (uc_general_category_or (UC_CATEGORY_Z, UC_CATEGORY_Nl)) == NULL);
UC_CATEGORY_Nl     29 maint/gnulib/tests/unictype/test-categ_name.c   ASSERT (strcmp (uc_general_category_name (UC_CATEGORY_Nl), "Nl") == 0);
UC_CATEGORY_Nl     30 maint/gnulib/tests/unictype/test-categ_name.c   ASSERT (uc_general_category_name (uc_general_category_or (UC_CATEGORY_Z, UC_CATEGORY_Nl)) == NULL);