Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_unicode.h47 #define UC_ZS 0x00000040 /* Separator, Space */ macro
117 #define php_unicode_is_space(cc) php_unicode_is_prop(cc, UC_ZS|UC_SS, 0)
118 #define php_unicode_is_blank(cc) php_unicode_is_prop(cc, UC_ZS, 0)
127 UC_SO|UC_ZS, UC_PI|UC_PF)

Completed in 5 milliseconds