UC_ND             114 ext/mbstring/php_unicode.h #define php_unicode_is_digit(cc) php_unicode_is_prop(cc, UC_ND, 0)
UC_ND             115 ext/mbstring/php_unicode.h #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)
UC_ND             120 ext/mbstring/php_unicode.h #define php_unicode_is_graph(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\
UC_ND             124 ext/mbstring/php_unicode.h #define php_unicode_is_print(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\
UC_ND             137 ext/mbstring/php_unicode.h #define php_unicode_is_number(cc) php_unicode_is_prop(cc, UC_ND|UC_NO|UC_NL, 0)
UC_ND             182 ext/mbstring/php_unicode.h                                    UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)