Home
last modified time | relevance | path

Searched refs:UC_SM (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.6/ext/mbstring/
H A Dphp_unicode.h65 #define UC_SM 0x01000000 /* Symbol, Math */ macro
122 UC_PS|UC_PE|UC_PO|UC_SM|UC_SM|UC_SC|UC_SK|\
126 UC_PS|UC_PE|UC_PO|UC_SM|UC_SM|UC_SC|UC_SK|\
136 #define php_unicode_is_symbol(cc) php_unicode_is_prop(cc, UC_SM|UC_SC|UC_SO|UC_SK, 0)
169 #define php_unicode_is_math(cc) php_unicode_is_prop(cc, UC_SM, 0)

Completed in 12 milliseconds