Searched refs:UC_S (Results 1 – 1 of 1) sorted by relevance
74 #define UC_S 36 /* Segment Separator */ macro155 #define php_unicode_is_neutral(cc) php_unicode_is_prop(cc, UC_B, UC_S, UC_WS, UC_ON, -1)156 #define php_unicode_is_separator(cc) php_unicode_is_prop(cc, UC_B, UC_S, -1)
Completed in 7 milliseconds