Searched refs:UC_NL (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/mbstring/ |
H A D | php_unicode.h | 38 #define UC_NL 4 /* Number, Letter */ macro 121 UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \ 125 UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \ 131 #define php_unicode_is_number(cc) php_unicode_is_prop(cc, UC_ND, UC_NO, UC_NL, -1) 149 #define php_unicode_is_letnum(cc) php_unicode_is_prop1(cc, UC_NL)
|
Completed in 4 milliseconds