Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.h52 #define UC_SC 18 /* Symbol, Currency */ macro
123 UC_SM, UC_SM, UC_SC, UC_SK, UC_SO, -1)
127 UC_SM, UC_SM, UC_SC, UC_SK, UC_SO, UC_ZS, -1)
130 #define php_unicode_is_symbol(cc) php_unicode_is_prop(cc, UC_SM, UC_SC, UC_SO, UC_SK, -1)
151 #define php_unicode_is_currency(cc) php_unicode_is_prop1(cc, UC_SC)

Completed in 5 milliseconds