Searched refs:UC_ZS (Results 1 – 1 of 1) sorted by relevance
47 #define UC_ZS 0x00000040 /* Separator, Space */ macro117 #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 6 milliseconds