Searched refs:UC_S (Results 1 – 1 of 1) sorted by relevance
82 #define UC_S 0x00000010 /* Segment Separator */ macro158 #define php_unicode_is_neutral(cc) php_unicode_is_prop(cc, 0, UC_B|UC_S|UC_WS|UC_ON)159 #define php_unicode_is_separator(cc) php_unicode_is_prop(cc, 0, UC_B|UC_S)
Completed in 5 milliseconds