property 689 maint/gnulib/lib/unictype.in.h #define uc_property_is_valid(property) ((property).test_fn != NULL) property 693 maint/gnulib/lib/unictype.in.h uc_is_property (ucs4_t uc, uc_property_t property); property 32 maint/gnulib/lib/unictype/pr_test.c uc_is_property (ucs4_t uc, uc_property_t property) property 34 maint/gnulib/lib/unictype/pr_test.c return property.test_fn (uc);