Searched refs:UC_SM (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/mbstring/ |
H A D | php_unicode.h | 51 #define UC_SM 17 /* Symbol, Math */ macro 121 UC_SM, UC_SM, UC_SC, UC_SK, UC_SO, -1) 125 UC_SM, UC_SM, UC_SC, UC_SK, UC_SO, UC_ZS, -1) 128 #define php_unicode_is_symbol(cc) php_unicode_is_prop(cc, UC_SM, UC_SC, UC_SO, UC_SK, -1) 148 #define php_unicode_is_math(cc) php_unicode_is_prop1(cc, UC_SM)
|
Completed in 8 milliseconds