Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dphp_unicode.h63 #define UC_SC 25 /* Symbol, Currency */ macro
129 UC_PS, UC_PE, UC_PO, UC_SM, UC_SM, UC_SC, UC_SK, \
133 UC_PS, UC_PE, UC_PO, UC_SM, UC_SM, UC_SC, UC_SK, \
140 #define php_unicode_is_symbol(cc) php_unicode_is_prop(cc, UC_SM, UC_SC, UC_SO, UC_SK, -1)
167 #define php_unicode_is_currency(cc) php_unicode_is_prop1(cc, UC_SC)

Completed in 11 milliseconds