Home
last modified time | relevance | path

Searched refs:UC_ND (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/mbstring/
H A Dphp_unicode.h37 #define UC_ND 3 /* Number, Decimal Digit */ macro
113 #define php_unicode_is_digit(cc) php_unicode_is_prop1(cc, UC_ND)
114 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, UC_ND, …
119 UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \
123 UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \
129 #define php_unicode_is_number(cc) php_unicode_is_prop(cc, UC_ND, UC_NO, UC_NL, -1)

Completed in 6 milliseconds